mirror of
https://github.com/Kitware/CMake.git
synced 2026-06-30 19:57:41 +00:00
Add a `CTEST_TEST_COVERAGE_TOOL` variable to tell CTest to integrate with `llvm-cov` source-based code coverage by setting the `LLVM_PROFILE_FILE` environment variable for each test. Issue: #26932