diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-24 12:31:43 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-24 12:31:43 +0300 |
commit | dec742c5fa8a8ab35b2bbe96f990a84959164f66 (patch) | |
tree | 7a89dd3bee22062fe0d7aa99366988cc7713bbb1 /libbuild2/function.test.cxx | |
parent | 32b728b7e9ef2505220e8a4d7dffb4bfda94e16e (diff) |
Fortify tests against NDEBUG
Diffstat (limited to 'libbuild2/function.test.cxx')
-rw-r--r-- | libbuild2/function.test.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/function.test.cxx b/libbuild2/function.test.cxx index c64bd0a..b09e4f7 100644 --- a/libbuild2/function.test.cxx +++ b/libbuild2/function.test.cxx @@ -15,6 +15,9 @@ #include <libbuild2/file-cache.hxx> #include <libbuild2/diagnostics.hxx> +#undef NDEBUG +#include <cassert> + using namespace std; namespace build2 |