mirror of
https://github.com/Kitware/CMake.git
synced 2026-06-24 08:47:59 +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