mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-13 17:07:57 +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