Files
CMake/Tests/RunCMake/CTestResourceAllocation/notenough1-ctest-s-res-check.cmake
T
Craig Scott eb9d945f14 CTest: Rename hardware -> resources for RunCMake tests
Also includes variants like hw -> res
2019-11-05 12:08:35 -05:00

4 lines
126 B
CMake

if(EXISTS "${RunCMake_TEST_BINARY_DIR}/ctresalloc.log")
set(RunCMake_TEST_FAILED "ctresalloc.log should not exist")
endif()