diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-24 11:16:28 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-24 11:16:46 +0300 |
commit | 3f86fb3b73731f680bcffda83e4dddb6914eb13a (patch) | |
tree | 5406c9a1e94c9971727ad2a3f38124a66e33d71a | |
parent | 22d78babfc0f8efe5d333fe9c9d78a9da514181c (diff) |
Fortify tests against NDEBUG
-rw-r--r-- | bpkg/satisfaction.test.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bpkg/satisfaction.test.cxx b/bpkg/satisfaction.test.cxx index 9caa716..8082678 100644 --- a/bpkg/satisfaction.test.cxx +++ b/bpkg/satisfaction.test.cxx @@ -3,6 +3,9 @@ #include <bpkg/satisfaction.hxx> +#undef NDEBUG +#include <cassert> + namespace bpkg { static int |