]> git.meshlink.io Git - meshlink/blobdiff - test/basic.c
Ensure NDEBUG is not set in the test suite.
[meshlink] / test / basic.c
index e73766792b481ce3f04de1c23f9e66bbba003300..4ad1c93fb0ed6639d9eea983def0bd667564c049 100644 (file)
@@ -1,3 +1,7 @@
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
+
 #include <stdio.h>
 #include <string.h>
 #include <unistd.h>