benchmark/test
Eric Fiselier 68e228944e Fix #538 - gtest.h not found when building with older CMake versions.
Older CMake versions, in particular 2.8, don't seem to correctly handle
interface include directories. This causes failures when building the
tests. Additionally, older CMake versions use a different library install
directory than expected (i.e. they use lib/<target-triple>). This caused
certain tests to fail to link.

This patch fixes both those issues. The first by manually adding the
correct include directory when building the tests. The second by specifying
the library output directory when configuring the GTest build.
2018-03-21 13:27:04 -06:00
..
basic_test.cc Ensure std::iterator_traits<StateIterator> instantiates. 2018-02-21 00:54:19 -07:00
benchmark_test.cc
BUILD Add support for building with Bazel. (#533) 2018-03-08 12:48:46 +00:00
CMakeLists.txt Fix #538 - gtest.h not found when building with older CMake versions. 2018-03-21 13:27:04 -06:00
complexity_test.cc
cxx03_test.cc
diagnostics_test.cc
donotoptimize_test.cc
filter_test.cc
fixture_test.cc
map_test.cc
multiple_ranges_test.cc
options_test.cc
output_test.h
output_test_helper.cc Make output tests more stable on slow machines. 2018-02-12 19:07:19 -07:00
register_benchmark_test.cc
reporter_output_test.cc Print the executable name as part of the context. (#534) 2018-02-21 08:43:57 -08:00
skip_with_error_test.cc
statistics_test.cc
templated_fixture_test.cc
user_counters_tabular_test.cc
user_counters_test.cc