aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-08-26 20:58:36 +0200
committerDavid Robillard <d@drobilla.net>2018-09-29 14:50:32 +0200
commitc1360b06e558323af4e9ac3654a828316a5ac07c (patch)
treeeb1da9a75678dce7ec2a161286b4ff1690fa95db
parent935807ad1a4214be21c65acc80a715e010dc7a92 (diff)
downloadchilbert-c1360b06e558323af4e9ac3654a828316a5ac07c.tar.gz
chilbert-c1360b06e558323af4e9ac3654a828316a5ac07c.tar.bz2
chilbert-c1360b06e558323af4e9ac3654a828316a5ac07c.zip
Remove undef NDEBUG from test_utils.hpp
Towards also using these utilities in benchmarks as well. The unit test files individually do this to ensure that assertions are enabled.
-rw-r--r--test/test_utils.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_utils.hpp b/test/test_utils.hpp
index 63b760c..8c95fb4 100644
--- a/test/test_utils.hpp
+++ b/test/test_utils.hpp
@@ -18,8 +18,6 @@
#ifndef TEST_UTILS_HPP
#define TEST_UTILS_HPP
-#undef NDEBUG
-
#include "chilbert/DynamicBitVec.hpp"
#include "chilbert/SmallBitVec.hpp"