Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
3ca187ad3d16efcd2ee6ffdcbfe3fc05feebc34b
/
.
/
Tests
/
RunCMake
/
CTestResourceAllocation
/
notenough1-ctest-s-res-variable-check.cmake
blob: 321e9a2f8763aaee9e7db986df3acbb714c87822 [
file
]
if
(
EXISTS
"${RunCMake_TEST_BINARY_DIR}/ctresalloc.log"
)
set
(
RunCMake_TEST_FAILED
"ctresalloc.log should not exist"
)
endif
()