mirror of
https://github.com/google/benchmark.git
synced 2025-01-30 05:40:15 +08:00
36c1eb6975
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 |