diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-06-28 14:49:24 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-06-28 14:58:09 +0200 |
commit | cacb938d312289c5bdf1301c8b955bda7ad3a872 (patch) | |
tree | 2d450f34ee7c2c972d25d5fa673109796efa09ec /Tests/GeneratorExpression/check-part3.cmake | |
parent | e6055284b347775ae1396725704778af0bfb56c7 (diff) | |
download | cmake-cacb938d312289c5bdf1301c8b955bda7ad3a872.tar.gz |
Split the GeneratorExpression test into a third part.
Avoid command lines beyond NMake limits.
http://open.cdash.org/testDetails.php?test=196577461&build=2949683
expanded command line '...' too long
Diffstat (limited to 'Tests/GeneratorExpression/check-part3.cmake')
-rw-r--r-- | Tests/GeneratorExpression/check-part3.cmake | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/GeneratorExpression/check-part3.cmake b/Tests/GeneratorExpression/check-part3.cmake new file mode 100644 index 0000000000..70d6571a71 --- /dev/null +++ b/Tests/GeneratorExpression/check-part3.cmake @@ -0,0 +1,9 @@ + +include(${CMAKE_CURRENT_LIST_DIR}/check-common.cmake) + +check(test_version_greater_1 "0") +check(test_version_greater_2 "1") +check(test_version_less_1 "0") +check(test_version_less_2 "1") +check(test_version_equal_1 "0") +check(test_version_equal_2 "1") |