~singpolyma/biboumi

735ae278f333a3057c6afbd1e1b6a36cae340c62 — Florent Le Coz 10 years ago 7fcc77f
Enable assert() even in release mode, in the test_suite
1 files changed, 1 insertions(+), 0 deletions(-)

M src/test.cpp
M src/test.cpp => src/test.cpp +1 -0
@@ 20,6 20,7 @@
#include <thread>
#include <vector>

#undef NDEBUG
#include <assert.h>

static const std::string color("");