mirror of
https://github.com/google/benchmark.git
synced 2025-03-05 23:00:10 +08:00
This patch adds a `coverage` target that allows coverage statisitics to be retrieved for the project. It requires that lcov and gcov is installed and that the generator is unix makefiles but this can be improved upon in future releases. To make it work use the coverage build type: ``` cmake -DCMAKE_BUILD_TYPE=Coverage . make coverage ``` |
||
---|---|---|
.. | ||
basic_test.cc | ||
benchmark_test.cc | ||
CMakeLists.txt | ||
cxx03_test.cc | ||
filter_test.cc | ||
fixture_test.cc | ||
options_test.cc |