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