summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/BuiltinTargets/TestDependsAll-Yes-build-check.cmake
blob: ed175d42b30a12e4077673ae00fc13e4522c118b (plain)
1
2
3
if(NOT EXISTS ${RunCMake_TEST_BINARY_DIR}/custom-output.txt)
  set(RunCMake_TEST_FAILED "Building 'test' target did not build 'all' target:\n ${RunCMake_TEST_BINARY_DIR}/custom-output.txt")
endif()