diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-12-30 10:37:34 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-01-04 10:28:58 (GMT) |
commit | c9f9b3cd943f699676db3ac9a35f49b7e13a6702 (patch) | |
tree | 088eb453a9c6a1299ca2397d1cea04fbe301bfef /Tests/RunCMake/CompatibleInterface/RunCMakeTest.cmake | |
parent | fbe1fa722fbbc06d41ec29e750132f7fe1622778 (diff) | |
download | CMake-c9f9b3cd943f699676db3ac9a35f49b7e13a6702.zip CMake-c9f9b3cd943f699676db3ac9a35f49b7e13a6702.tar.gz CMake-c9f9b3cd943f699676db3ac9a35f49b7e13a6702.tar.bz2 |
cmTarget: Test impliedByUse number-compatible properties.
Test that it is an error to read a number-compatible property to
determine the link implementation. An alternative would be to
consider the value to be "0", however, that is too arbitrary
given the use-cases of this feature. Values from this feature may
be used in setting a define, where "0" may have special or invalid
meaning and should be explicit.
Diffstat (limited to 'Tests/RunCMake/CompatibleInterface/RunCMakeTest.cmake')
-rw-r--r-- | Tests/RunCMake/CompatibleInterface/RunCMakeTest.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/CompatibleInterface/RunCMakeTest.cmake b/Tests/RunCMake/CompatibleInterface/RunCMakeTest.cmake index ec52e5f..0b9729b 100644 --- a/Tests/RunCMake/CompatibleInterface/RunCMakeTest.cmake +++ b/Tests/RunCMake/CompatibleInterface/RunCMakeTest.cmake @@ -7,6 +7,7 @@ run_cmake(InterfaceBool-builtin-prop) run_cmake(InterfaceString-mismatch-depends) run_cmake(InterfaceString-mismatch-depend-self) run_cmake(InterfaceString-mismatched-use) +run_cmake(InterfaceNumber-mismatched-use) run_cmake(InterfaceString-builtin-prop) run_cmake(InterfaceString-Bool-Conflict) run_cmake(InterfaceString-Bool-Min-Conflict) |