Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
98be9d5e
Commit
98be9d5e
authored
May 24, 2017
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run Nicolas Seriot's JSON test-cases.
parent
4b78318d
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
441 additions
and
88 deletions
+441
-88
Makefile.am
lib/libvarnishapi/Makefile.am
+8
-0
flint.lnt
lib/libvarnishapi/flint.lnt
+3
-0
vjsn.c
lib/libvarnishapi/vjsn.c
+430
-88
No files found.
lib/libvarnishapi/Makefile.am
View file @
98be9d5e
...
...
@@ -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
lib/libvarnishapi/flint.lnt
View file @
98be9d5e
...
...
@@ -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)
...
...
lib/libvarnishapi/vjsn.c
View file @
98be9d5e
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment