Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
ctest_test
/
TestOutputTruncation_bad-check.cmake
blob: 4315074f3be7d96d09fdeb02b3a7222f5cf1f45e [
file
]
file
(
GLOB test_xml_file
"${RunCMake_TEST_BINARY_DIR}/Testing/*/Test.xml"
)
if
(
test_xml_file
)
set
(
RunCMake_TEST_FAILED
"Test.xml should not exist:\n ${test_xml_file}"
)
endif
()