2020-02-01 23:06:01 +01:00
|
|
|
verify_ctest_resources()
|
2020-08-30 11:54:41 +02:00
|
|
|
|
|
|
|
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()
|