summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/maid_test.cpp2
-rw-r--r--test/sem_test.cpp2
-rw-r--r--test/uri_test.cpp2
3 files changed, 6 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
*/
+#undef NDEBUG
+
#include <cassert>
#include <cstdio>
#include <thread>
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 <http://www.gnu.org/licenses/>.
*/
+#undef NDEBUG
+
#include <cassert>
#include <chrono>
#include <iostream>
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 <http://www.gnu.org/licenses/>.
*/
+#undef NDEBUG
+
#include <cassert>
#include <iostream>