From 762ecb665373d6ac6ed9e8f2b50aaa2e5cd56468 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 24 Sep 2021 11:10:07 +0300 Subject: Fortify tests against NDEBUG --- bbot/machine-manifest.test.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bbot/machine-manifest.test.cxx') diff --git a/bbot/machine-manifest.test.cxx b/bbot/machine-manifest.test.cxx index 099e0f7..c59ede5 100644 --- a/bbot/machine-manifest.test.cxx +++ b/bbot/machine-manifest.test.cxx @@ -12,6 +12,9 @@ #include +#undef NDEBUG +#include + using namespace std; using namespace butl; using namespace bbot; -- cgit v1.1