Commit 98be9d5e authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Run Nicolas Seriot's JSON test-cases.

parent 4b78318d
......@@ -104,3 +104,11 @@ vsl_glob_test_SOURCES = \
vsl_glob_test_LDADD = @PCRE_LIBS@ ${RT_LIBS} ${LIBM} libvarnishapi.la
vsl_glob_test_CFLAGS = -I$(top_srcdir)/include
TESTS = vjsn_test
noinst_PROGRAMS += ${TESTS}
vjsn_test_SOURCES = vjsn.c
vjsn_test_CFLAGS = -DVJSN_TEST
vjsn_test_LDADD = libvarnishapi.la
......@@ -2,6 +2,9 @@
-esym(759, VJSN_*) // could be moved hdr->mod
-esym(765, VJSN_*) // could be made static
-esym(759, vjsn_dump) // could be moved hdr->mod
-esym(765, vjsn_dump) // could be made static
-esym(714, vjsn_dump) // not ref
-esym(788, vex_rhs_e::*)
-esym(788, VSL_transaction_e::*)
-esym(769, vex_rhs_e::VEX__UNSET)
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment