summaryrefslogtreecommitdiff
path: root/lib/check-ndebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/check-ndebug.h')
-rw-r--r--lib/check-ndebug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/check-ndebug.h b/lib/check-ndebug.h
new file mode 100644
index 00000000..68a6ec4c
--- /dev/null
+++ b/lib/check-ndebug.h
@@ -0,0 +1,3 @@
+#ifdef NDEBUG
+#error "Testsuite needs its asserts!"
+#endif