Skip to content

Commit 2a80f61

Browse files
committed
Merge pull request #2 from jib/test-var
same as jib/libvmod-timers#2,
2 parents e21bafb + 9c0a50d commit 2a80f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ VMOD_TESTS = tests/*.vtc
3434
.PHONY: $(VMOD_TESTS)
3535

3636
tests/*.vtc:
37-
$(SRC)/bin/varnishtest/varnishtest -Dvarnishd=$(top_srcdir)/bin/varnishd/varnishd -Dvmod_topbuild=$(abs_top_builddir) $@
37+
$(SRC)/bin/varnishtest/varnishtest -Dvarnishd=$(SRC)/bin/varnishd/varnishd -Dvmod_topbuild=$(abs_top_builddir) $@
3838

3939
check: $(VMOD_TESTS)
4040

0 commit comments

Comments
 (0)