diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-06-30 01:27:41 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-06-30 01:27:41 +0200 |
commit | 735ae278f333a3057c6afbd1e1b6a36cae340c62 (patch) | |
tree | dda8c4ed765060a3ff5395a57a9a070b444793ec /src/test.cpp | |
parent | 7fcc77f52e0bc0797a6c750fe3a8afc1bc5ed1ee (diff) | |
download | biboumi-735ae278f333a3057c6afbd1e1b6a36cae340c62.tar.gz biboumi-735ae278f333a3057c6afbd1e1b6a36cae340c62.tar.bz2 biboumi-735ae278f333a3057c6afbd1e1b6a36cae340c62.tar.xz biboumi-735ae278f333a3057c6afbd1e1b6a36cae340c62.zip |
Enable assert() even in release mode, in the test_suite
Diffstat (limited to 'src/test.cpp')
-rw-r--r-- | src/test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test.cpp b/src/test.cpp index 87ab49c..85f1bad 100644 --- a/src/test.cpp +++ b/src/test.cpp @@ -20,6 +20,7 @@ #include <thread> #include <vector> +#undef NDEBUG #include <assert.h> static const std::string color("[35m"); |