summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CTestResourceAllocation/process_count-ctest-s-res-check.cmake
blob: 585c36bd4c1b1e6fdc37542395e6b6c145bdda1f (plain)
1
2
3
4
5
6
7
8
9
verify_ctest_resources()

read_testing_file("Test.xml" _test_contents)
if(NOT _test_contents MATCHES "\nCTEST_RESOURCE_GROUP_0=widgets")
  string(APPEND RunCMake_TEST_FAILED "Could not find variable CTEST_RESOURCE_GROUP_0 in test measurements\n")
endif()
if(NOT _test_contents MATCHES "\nCTEST_RESOURCE_GROUP_0_WIDGETS=id:")
  string(APPEND RunCMake_TEST_FAILED "Could not find variable CTEST_RESOURCE_GROUP_0_WIDGETS in test measurements\n")
endif()