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