benchmark/test
Matt Clarkson 36c1eb6975 Coverage support with LCOV and GCOV
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
```
2015-05-13 09:17:38 +01:00
..
basic_test.cc merge new changes in basic_test.cc 2015-03-27 16:37:53 -04:00
benchmark_test.cc Merge branch 'master' into new-benchmark-interface 2015-03-27 16:36:40 -04:00
CMakeLists.txt Coverage support with LCOV and GCOV 2015-05-13 09:17:38 +01:00
cxx03_test.cc add C++03 test and update README 2015-03-18 16:34:43 -04:00
filter_test.cc redo filter test 2015-03-31 00:05:02 -04:00
fixture_test.cc address more review comments 2015-04-06 19:04:12 -04:00
options_test.cc Change the available benchmark options 2015-03-26 23:37:26 -04:00