From cacb938d312289c5bdf1301c8b955bda7ad3a872 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Fri, 28 Jun 2013 14:49:24 +0200 Subject: 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 --- Tests/GeneratorExpression/check-part3.cmake | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Tests/GeneratorExpression/check-part3.cmake (limited to 'Tests/GeneratorExpression/check-part3.cmake') 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") -- cgit v1.2.1