summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-06-30 01:27:41 +0200
committerFlorent Le Coz <louiz@louiz.org>2014-06-30 01:27:41 +0200
commit735ae278f333a3057c6afbd1e1b6a36cae340c62 (patch)
treedda8c4ed765060a3ff5395a57a9a070b444793ec
parent7fcc77f52e0bc0797a6c750fe3a8afc1bc5ed1ee (diff)
downloadbiboumi-735ae278f333a3057c6afbd1e1b6a36cae340c62.tar.gz
biboumi-735ae278f333a3057c6afbd1e1b6a36cae340c62.tar.bz2
biboumi-735ae278f333a3057c6afbd1e1b6a36cae340c62.tar.xz
biboumi-735ae278f333a3057c6afbd1e1b6a36cae340c62.zip
Enable assert() even in release mode, in the test_suite
-rw-r--r--src/test.cpp1
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("");