summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ctest_test/TestOutputTruncation_bad-check.cmake
blob: 4315074f3be7d96d09fdeb02b3a7222f5cf1f45e (plain)
1
2
3
4
file(GLOB test_xml_file "${RunCMake_TEST_BINARY_DIR}/Testing/*/Test.xml")
if(test_xml_file)
  set(RunCMake_TEST_FAILED "Test.xml should not exist:\n ${test_xml_file}")
endif()