]> git.meshlink.io Git - meshlink/blobdiff - test/trio2.c
Ensure NDEBUG is not set in the test suite.
[meshlink] / test / trio2.c
index c21cba223a5b546bbc6838963bcb02cfc2d39304..283b280a08085c951e09f557a5f48d1a82cf4e94 100644 (file)
@@ -1,5 +1,9 @@
 #define _GNU_SOURCE
 
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>