summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/E___run_co_compile-tidy-remove-fixes-check.cmake
blob: d638fdab37265f4f9a361eaccd9a659e9085681a (plain)
1
2
3
if(EXISTS "${RunCMake_BINARY_DIR}/tidy-fixes.yaml")
  string(APPEND RunCMake_TEST_FAILED "Expected ${RunCMake_BINARY_DIR}/tidy-fixes.yaml not to exist but it does")
endif()