]> andersk Git - libyaml.git/blobdiff - tests/test-version.c
Undefine the NDEBUG directive for the test programs.
[libyaml.git] / tests / test-version.c
index 5982f7d753183546618f1e8b758090fc635dd3fc..e3e4a1623b3aa43b158902c3bf5c2155fb61d79e 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.025491 seconds and 4 git commands to generate.