benchmark/test
Matt Clarkson 1176936966 Check the number of benchmark tests ran
Previously the benchmark_test program executed the benchmark tests to make sure
the API was working but was not checking the number of tests that were
completed. If the regular expression matching breaks, zero tests could be ran.
Similarly, if one of the APIs breaks and doesn't run the correct amount of tests
then `make test` will catch this.
2014-08-15 11:09:23 +01:00
..
benchmark_test.cc Check the number of benchmark tests ran 2014-08-15 11:09:23 +01:00
CMakeLists.txt Check the number of benchmark tests ran 2014-08-15 11:09:23 +01:00
re_test.cc Partially resolve google/benchmark#17 by fixing regular expression leak. 2014-04-23 00:56:17 -07:00