summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/SarifOutput/SarifFileArgumentScript-check.cmake
blob: 55d8091cd6ba00a4f5797c82d3b4b1a2cc9dc392 (plain)
1
2
3
4
# 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()