From dec742c5fa8a8ab35b2bbe96f990a84959164f66 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 24 Sep 2021 12:31:43 +0300 Subject: Fortify tests against NDEBUG --- old-tests/depdb/driver.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'old-tests/depdb') diff --git a/old-tests/depdb/driver.cxx b/old-tests/depdb/driver.cxx index b802662..47f99af 100644 --- a/old-tests/depdb/driver.cxx +++ b/old-tests/depdb/driver.cxx @@ -10,6 +10,9 @@ #include +#undef NDEBUG +#include + using namespace std; using namespace build2; -- cgit v1.1