]> err.no Git - varnish/commit
Add Skelton "varnishtest" program.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 15 Jun 2008 09:50:13 +0000 (09:50 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 15 Jun 2008 09:50:13 +0000 (09:50 +0000)
commit460c71ad5ccadc756145de40d0d534cbd3aa91db
treede3f184466e63850a1ff21d37fe811a1fec8f811
parent84b1de40a4ea025f08966573ed29f0a7c51260aa
Add Skelton "varnishtest" program.

This is a test-driver which will be able to drive low-level tests of
varnish functionalty.

The present code manages to parse the example testcase description,
more work to follow.

XXX: needs to be auto*'ed, right now it uses FreeBSD makefile syntax.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2666 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishtest/Makefile [new file with mode: 0644]
varnish-cache/bin/varnishtest/t000.vtc [new file with mode: 0644]
varnish-cache/bin/varnishtest/vtc.c [new file with mode: 0644]
varnish-cache/bin/varnishtest/vtc.h [new file with mode: 0644]
varnish-cache/bin/varnishtest/vtc_server.c [new file with mode: 0644]