History log of /external/google-benchmark/test/diagnostics_test.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7f87c98d36279b1819e9c8ee0dc93c6a8ea64aee 18-Apr-2017 Eric Fiselier <eric@efcs.ca> 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.
/external/google-benchmark/test/diagnostics_test.cc
1100e9190709a48b0819c84b3cebeaf2bf904d65 07-Oct-2016 Dominic Hamon <dominichamon@users.noreply.github.com> Simplify clang-format and apply to tests (#302)
/external/google-benchmark/test/diagnostics_test.cc
029f37446daeef98db8dc3b26165405a1df2cc80 23-May-2016 Eric Fiselier <eric@efcs.ca> Allow test to compile with -fno-exceptions
/external/google-benchmark/test/diagnostics_test.cc
481e06e65acc2d82e8f3a02fba2fd226de56b3ad 23-May-2016 Eric Fiselier <eric@efcs.ca> Address review comments
/external/google-benchmark/test/diagnostics_test.cc
751e07d42da22f8ab554394cd3e242fc2ac80002 23-May-2016 Eric Fiselier <eric@efcs.ca> add newline
/external/google-benchmark/test/diagnostics_test.cc
69d1a524079e07508b4af08cbd1e83576387b468 23-May-2016 Eric Fiselier <eric@efcs.ca> Add checks that <Resume|Pause>Timing functions are not called outside of the benchmark. Fixes #204
/external/google-benchmark/test/diagnostics_test.cc