cmake/Tests/RunCMake/ctest_memcheck/ExpectedOutputs-check.cmake

11 lines
286 B
CMake
Raw Normal View History

2021-11-20 13:41:27 +01:00
function (find_xml_file name)
file(GLOB test_xml_file "${RunCMake_TEST_BINARY_DIR}/Testing/*/${name}.xml")
if (NOT test_xml_file)
message(FATAL_ERROR
"${name}.xml not created.")
endif ()
endfunction ()
find_xml_file(DynamicAnalysis)
find_xml_file(DynamicAnalysis-Test)