From 7a4fc37f264cdb67f2f83fa92703c869215bbc86 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 24 Sep 2021 13:32:30 +0300 Subject: Fortify tests against NDEBUG --- tests/lz4/driver.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/lz4') 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 #include // entry_stat, path_entry() +#undef NDEBUG +#include + using namespace std; using namespace butl; -- cgit v1.1