diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-06-28 12:49:24 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-06-28 12:58:09 (GMT) |
commit | cacb938d312289c5bdf1301c8b955bda7ad3a872 (patch) | |
tree | 2d450f34ee7c2c972d25d5fa673109796efa09ec /Tests/GeneratorExpression/check-part2.cmake | |
parent | e6055284b347775ae1396725704778af0bfb56c7 (diff) | |
download | CMake-cacb938d312289c5bdf1301c8b955bda7ad3a872.zip CMake-cacb938d312289c5bdf1301c8b955bda7ad3a872.tar.gz CMake-cacb938d312289c5bdf1301c8b955bda7ad3a872.tar.bz2 |
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-part2.cmake')
-rw-r--r-- | Tests/GeneratorExpression/check-part2.cmake | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Tests/GeneratorExpression/check-part2.cmake b/Tests/GeneratorExpression/check-part2.cmake index f9b33b3..a1db5f6 100644 --- a/Tests/GeneratorExpression/check-part2.cmake +++ b/Tests/GeneratorExpression/check-part2.cmake @@ -44,9 +44,3 @@ check(test_arbitrary_content_comma_7 ",,a") check(test_arbitrary_content_comma_8 "a,,b") check(test_arbitrary_content_comma_9 "a,,b,,") check(test_arbitrary_content_comma_10 ",,a,,b,,") -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") |