Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
CTestResourceAllocation
/
notenough1-ctest-s-res-check.cmake
blob: 321e9a2f8763aaee9e7db986df3acbb714c87822 [
file
] [
log
] [
blame
]
if
(
EXISTS
"${RunCMake_TEST_BINARY_DIR}/ctresalloc.log"
)
set
(
RunCMake_TEST_FAILED
"ctresalloc.log should not exist"
)
endif
()