]> andersk Git - libyaml.git/blobdiff - tests/run-parser.c
Undefine the NDEBUG directive for the test programs.
[libyaml.git] / tests / run-parser.c
index 8c1a5dbc395cbc9713957282a28315089279a665..13031121ae49228a80d974fd47d8a5404b3129e0 100644 (file)
@@ -2,6 +2,10 @@
 
 #include <stdlib.h>
 #include <stdio.h>
+
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
 #include <assert.h>
 
 int
This page took 0.931595 seconds and 4 git commands to generate.