summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMakePresetsTest/Good-test-outputLog-check.cmake
blob: e860d4218329956141a2122ca1862527b8cc503c (plain)
1
2
3
4
include("${CMAKE_CURRENT_LIST_DIR}/check.cmake")
if(NOT EXISTS "${RunCMake_TEST_BINARY_DIR}/default/output.log")
  string(APPEND RunCMake_TEST_FAILED "Expected ${RunCMake_TEST_BINARY_DIR}/default/output.log to exist but it does not\n")
endif()