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