blob: c6e72bd2e6c466d3d9760ffeb4ea667350e9386b (
plain)
1
2
3
4
|
read_testing_file("Test.xml" _test_contents)
if(NOT _test_contents MATCHES "#CTEST_RESOURCE_GROUP_COUNT=")
string(APPEND RunCMake_TEST_FAILED "Could not find unset variable CTEST_RESOURCE_GROUP_COUNT in test measurements\n")
endif()
|