benchmark/test
Eric Fiselier 7f87c98d36 Enable <cassert> by removing -DNDEBUG when running the tests.
In non-debug builds CMake automatically adds -DNDEBUG, this means
that uses of `assert` in the tests are disabled for non-debug builds.
Obviously we want these tests to run, regardless of configuration.

This patch strips -DNDEBUG during non-debug builds and adds
-UNDEBUG just to be sure.
2017-04-17 20:53:39 -06:00
..
basic_test.cc Simplify clang-format and apply to tests (#302) 2016-10-07 11:04:50 -07:00
benchmark_test.cc Fix ICC compiler warnings (#358) 2017-03-27 18:30:54 -06:00
CMakeLists.txt Enable <cassert> by removing -DNDEBUG when running the tests. 2017-04-17 20:53:39 -06:00
complexity_test.cc Fix #300. Emit RMS as a float not a percentage in JSON 2016-10-07 22:26:01 -06:00
cxx03_test.cc Add user-defined counters. (#262) 2017-03-01 17:23:42 -07:00
diagnostics_test.cc Enable <cassert> by removing -DNDEBUG when running the tests. 2017-04-17 20:53:39 -06:00
donotoptimize_test.cc Simplify clang-format and apply to tests (#302) 2016-10-07 11:04:50 -07:00
filter_test.cc Simplify clang-format and apply to tests (#302) 2016-10-07 11:04:50 -07:00
fixture_test.cc Simplify clang-format and apply to tests (#302) 2016-10-07 11:04:50 -07:00
map_test.cc Simplify clang-format and apply to tests (#302) 2016-10-07 11:04:50 -07:00
multiple_ranges_test.cc Simplify clang-format and apply to tests (#302) 2016-10-07 11:04:50 -07:00
options_test.cc Simplify clang-format and apply to tests (#302) 2016-10-07 11:04:50 -07:00
output_test_helper.cc Fix ICC compiler warnings (#358) 2017-03-27 18:30:54 -06:00
output_test.h Simplify clang-format and apply to tests (#302) 2016-10-07 11:04:50 -07:00
register_benchmark_test.cc Simplify clang-format and apply to tests (#302) 2016-10-07 11:04:50 -07:00
reporter_output_test.cc Add user-defined counters. (#262) 2017-03-01 17:23:42 -07:00
skip_with_error_test.cc Simplify clang-format and apply to tests (#302) 2016-10-07 11:04:50 -07:00