summaryrefslogtreecommitdiffstats
path: root/test/maid_test.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-02-27 20:40:49 +0100
committerDavid Robillard <d@drobilla.net>2017-02-27 20:41:47 +0100
commitf0f8a6193810f72c2c99a8f56aa25be630e5ec5d (patch)
tree364e73eb12518f50b24b297ea3dfbb673d19a98e /test/maid_test.cpp
parentd348561aaf77f96aaa8c2454bce9b13b87f3cd29 (diff)
downloadraul-f0f8a6193810f72c2c99a8f56aa25be630e5ec5d.tar.gz
raul-f0f8a6193810f72c2c99a8f56aa25be630e5ec5d.tar.bz2
raul-f0f8a6193810f72c2c99a8f56aa25be630e5ec5d.zip
Enable assertions in tests
Questionable at best, but works for now.
Diffstat (limited to 'test/maid_test.cpp')
-rw-r--r--test/maid_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/maid_test.cpp b/test/maid_test.cpp
index dd615ec..8bf4f45 100644
--- a/test/maid_test.cpp
+++ b/test/maid_test.cpp
@@ -14,6 +14,8 @@
along with Raul. If not, see <http://www.gnu.org/licenses/>.
*/
+#undef NDEBUG
+
#include <cassert>
#include <cstdio>
#include <thread>