From 1741d8c1618c1826628c9deb70f3876ed22501f3 Mon Sep 17 00:00:00 2001 From: Stephen Dolan Date: Sun, 5 May 2013 23:12:10 +0100 Subject: Remove JQ_DEBUG #define and jq_test binary, simplifying build. The debugging features previously available via JQ_DEBUG are now command-line options. --- jq_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jq_test.c') diff --git a/jq_test.c b/jq_test.c index 5abd0275..64b88fb6 100644 --- a/jq_test.c +++ b/jq_test.c @@ -59,7 +59,7 @@ static void run_jq_tests() { fgets(buf, sizeof(buf), testdata); jv input = jv_parse(buf); if (!jv_is_valid(input)){ invalid++; continue; } - jq_init(bc, input, &jq); + jq_init(bc, input, &jq, JQ_DEBUG_TRACE); while (fgets(buf, sizeof(buf), testdata)) { if (skipline(buf)) break; -- cgit v1.2.3