From 3d09e7743e7e64af3edfdb03f173b82a187451fe Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 26 Sep 2008 12:13:37 +0000 Subject: [PATCH] Add a test to see that the VCL compiler works. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3228 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishtest/tests/a00009.vtc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 varnish-cache/bin/varnishtest/tests/a00009.vtc diff --git a/varnish-cache/bin/varnishtest/tests/a00009.vtc b/varnish-cache/bin/varnishtest/tests/a00009.vtc new file mode 100644 index 00000000..85dcce9d --- /dev/null +++ b/varnish-cache/bin/varnishtest/tests/a00009.vtc @@ -0,0 +1,5 @@ +# $Id$ + +test "See that the VCL compiler works" + +shell "cd ../varnishd && ./varnishd -b 127.0.0.1:80 -C" -- 2.39.5