aboutsummaryrefslogtreecommitdiff
path: root/tests/lz4
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-24 13:32:30 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-24 13:32:30 +0300
commit7a4fc37f264cdb67f2f83fa92703c869215bbc86 (patch)
tree0cdd96084be9b5bd08fa81fbb9191f18450300be /tests/lz4
parentc81e514143877a5e2356fc58856cafc63488e041 (diff)
Fortify tests against NDEBUG
Diffstat (limited to 'tests/lz4')
-rw-r--r--tests/lz4/driver.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lz4/driver.cxx b/tests/lz4/driver.cxx
index e2fd537..9004b56 100644
--- a/tests/lz4/driver.cxx
+++ b/tests/lz4/driver.cxx
@@ -8,6 +8,9 @@
#include <libbutl/fdstream.mxx>
#include <libbutl/filesystem.mxx> // entry_stat, path_entry()
+#undef NDEBUG
+#include <cassert>
+
using namespace std;
using namespace butl;