From f0f8a6193810f72c2c99a8f56aa25be630e5ec5d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 27 Feb 2017 20:40:49 +0100 Subject: Enable assertions in tests Questionable at best, but works for now. --- test/maid_test.cpp | 2 ++ test/sem_test.cpp | 2 ++ test/uri_test.cpp | 2 ++ 3 files changed, 6 insertions(+) diff --git a/test/maid_test.cpp b/test/maid_test.cpp index dd615ec..8bf4f45 100644 --- a/test/maid_test.cpp +++ b/test/maid_test.cpp @@ -14,6 +14,8 @@ along with Raul. If not, see . */ +#undef NDEBUG + #include #include #include diff --git a/test/sem_test.cpp b/test/sem_test.cpp index 453ba07..5a04ffa 100644 --- a/test/sem_test.cpp +++ b/test/sem_test.cpp @@ -14,6 +14,8 @@ along with Raul. If not, see . */ +#undef NDEBUG + #include #include #include diff --git a/test/uri_test.cpp b/test/uri_test.cpp index a65fb70..19debab 100644 --- a/test/uri_test.cpp +++ b/test/uri_test.cpp @@ -14,6 +14,8 @@ along with Raul. If not, see . */ +#undef NDEBUG + #include #include -- cgit v1.2.1