cmake/Tests/RunCMake/CMakePresetsTest/Good-test-outputJUnit-check.cmake

5 lines
244 B
CMake
Raw Normal View History

2022-11-16 20:14:03 +01:00
include("${CMAKE_CURRENT_LIST_DIR}/check.cmake")
if(NOT EXISTS "${RunCMake_TEST_BINARY_DIR}/default/output.xml")
string(APPEND RunCMake_TEST_FAILED "Expected ${RunCMake_TEST_BINARY_DIR}/default/output.xml to exist but it does not\n")
endif()