cmake/Tests/RunCMake/CTestResourceAllocation/process_count-ctest-s-nores-check.cmake
2020-08-30 11:54:41 +02:00

5 lines
235 B
CMake

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()