We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e21bafb + 9c0a50d commit 2a80f61Copy full SHA for 2a80f61
src/Makefile.am
@@ -34,7 +34,7 @@ VMOD_TESTS = tests/*.vtc
34
.PHONY: $(VMOD_TESTS)
35
36
tests/*.vtc:
37
- $(SRC)/bin/varnishtest/varnishtest -Dvarnishd=$(top_srcdir)/bin/varnishd/varnishd -Dvmod_topbuild=$(abs_top_builddir) $@
+ $(SRC)/bin/varnishtest/varnishtest -Dvarnishd=$(SRC)/bin/varnishd/varnishd -Dvmod_topbuild=$(abs_top_builddir) $@
38
39
check: $(VMOD_TESTS)
40
0 commit comments