aboutsummaryrefslogtreecommitdiff
path: root/tests/load/driver.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-24 11:36:36 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-24 11:37:05 +0300
commita9b630f95ba352430f1f25d25b538672fddce93c (patch)
treea14719f66e0a4dd3c29e1d42e932f4e45ef7c8ab /tests/load/driver.cxx
parentdef0adc835b35f503eda48049e9e753786c21655 (diff)
Fortify tests against NDEBUG
Diffstat (limited to 'tests/load/driver.cxx')
-rw-r--r--tests/load/driver.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/load/driver.cxx b/tests/load/driver.cxx
index 887818c..7ebbc93 100644
--- a/tests/load/driver.cxx
+++ b/tests/load/driver.cxx
@@ -19,6 +19,9 @@
#include <libbrep/package.hxx>
#include <libbrep/package-odb.hxx>
+#undef NDEBUG
+#include <cassert>
+
using std::cerr;
using std::endl;