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 --- tests/libbuild2/driver.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/libbuild2') diff --git a/tests/libbuild2/driver.cxx b/tests/libbuild2/driver.cxx index 1c4554a..9a8db9e 100644 --- a/tests/libbuild2/driver.cxx +++ b/tests/libbuild2/driver.cxx @@ -16,6 +16,9 @@ #include #include +#undef NDEBUG +#include + using namespace build2; int -- cgit v1.1