Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
abbe41578dad3923565a6d56b39879cb1bd120df
/
.
/
Tests
/
RunCMake
/
SarifOutput
/
SarifFileArgument-check.cmake
blob: 55d8091cd6ba00a4f5797c82d3b4b1a2cc9dc392 [
file
] [
log
] [
blame
]
# Make sure the output exists
if
(
NOT EXISTS
"${RunCMake_TEST_BINARY_DIR}/test_cmake_run.sarif"
)
message
(
FATAL_ERROR
"SARIF file not generated in the expected location"
)
endif
()