Commit 7d08886c authored by Nils Goroll's avatar Nils Goroll

For parallel "make check", tests need to depend upon the built vmod

parent 82d25227
......@@ -18,7 +18,7 @@ vcc_if.h: @VMODTOOL@ $(top_srcdir)/src/vmod_example.vcc
VMOD_TESTS = $(top_srcdir)/src/tests/*.vtc
.PHONY: $(VMOD_TESTS)
$(top_srcdir)/src/tests/*.vtc:
$(top_srcdir)/src/tests/*.vtc: libvmod_example.la
@VARNISHTEST@ -Dvarnishd=@VARNISHD@ -Dvmod_topbuild=$(abs_top_builddir) $@
check: $(VMOD_TESTS)
......
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