History log of /external/google-benchmark/test/statistics_test.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7db02be244cb2a960c3da48cbdb5018c7a72b5d7 14-Dec-2017 Eric <eric@efcs.ca> Add support for GTest based unit tests. (#485)

* Add support for GTest based unit tests.

As Dominic and I have previously discussed, there is some
need/desire to improve the testing situation in Google Benchmark.

One step to fixing this problem is to make it easier to write
unit tests by adding support for GTest, which is what this patch does.

By default it looks for an installed version of GTest. However the
user can specify -DBENCHMARK_BUILD_EXTERNAL_GTEST=ON to instead
download, build, and use copy of gtest from source. This is
quite useful when Benchmark is being built in non-standard configurations,
such as against libc++ or in 32 bit mode.
/external/google-benchmark/test/statistics_test.cc