summaryrefslogtreecommitdiff
path: root/tests/run-parser.c
diff options
context:
space:
mode:
authorKirill Simonov <xi@resolvent.net>2007-01-08 16:13:59 +0000
committerKirill Simonov <xi@resolvent.net>2007-01-08 16:13:59 +0000
commit01224901943b05fd939158398d1940ac86ce16b8 (patch)
tree9e85eb101c2113475447b18675ce0dca27603837 /tests/run-parser.c
parent071329aef541027cb9a1cadd92387dd577789b4d (diff)
downloadlibyaml-hg-01224901943b05fd939158398d1940ac86ce16b8.tar.gz
Undefine the NDEBUG directive for the test programs.
Diffstat (limited to 'tests/run-parser.c')
-rw-r--r--tests/run-parser.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run-parser.c b/tests/run-parser.c
index 8c1a5db..1303112 100644
--- a/tests/run-parser.c
+++ b/tests/run-parser.c
@@ -2,6 +2,10 @@
#include <stdlib.h>
#include <stdio.h>
+
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
#include <assert.h>
int