Commit 9f8d9342 authored by Nils Goroll's avatar Nils Goroll

update varnishtest invocation for current master

parent 832b22d9
......@@ -39,7 +39,8 @@ VMOD_TESTS = $(top_srcdir)/src/tests/*.vtc
.PHONY: $(VMOD_TESTS)
$(top_srcdir)/src/tests/*.vtc: libvmod_blobcode.la
@VARNISHTEST@ -Dvarnishd=@VARNISHD@ -Dvmod_topbuild=$(abs_top_builddir) $@
PATH=@LIBVARNISHAPI_SBINDIR@:$$PATH \
@VARNISHTEST@ -Dvmod_topbuild=$(abs_top_builddir) $@
check: $(VMOD_TESTS)
......
......@@ -4,7 +4,7 @@ varnishtest "hex encode and decode"
varnish v1 -vcl {
import blobcode from "${vmod_topbuild}/src/.libs/libvmod_blobcode.so";
import ${vmod_std};
import std;
backend b { .host = "${bad_ip}"; }
sub vcl_recv {
......
......@@ -4,7 +4,7 @@ varnishtest "Test transcode()"
varnish v1 -vcl {
import blobcode from "${vmod_topbuild}/src/.libs/libvmod_blobcode.so";
import ${vmod_std};
import std;
backend b { .host = "${bad_ip}"; }
sub vcl_recv {
......
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