Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
CTestCoverage
/
ClangCoverage-ctest-check.cmake
blob: ae1d326c213b7e1b1888f4df7f5cea90b6b42bd6 [
file
] [
edit
]
if
(
NOT EXISTS
"${RunCMake_TEST_BINARY_DIR}/ClangCoverage.profdata"
)
string
(
APPEND
RunCMake_TEST_FAILED
"ClangCoverage.profdata not found\n"
)
endif
()