]> git.meshlink.io Git - meshlink/blobdiff - test/channels-cornercases.c
Ensure NDEBUG is not set in the test suite.
[meshlink] / test / channels-cornercases.c
index fac9e1fd9543e991f9bc796a55b3b685f1a1e1fb..369ac4eed5b9295c880594e6815a424eb59a0187 100644 (file)
@@ -1,5 +1,9 @@
 #define _GNU_SOURCE
 
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
+
 #include <stdio.h>
 #include <unistd.h>
 #include <stdlib.h>