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