Commit 9cd38f90 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Witness lock order in VMOD test suites too

parent b365be2d
......@@ -65,8 +65,9 @@ gcov_digest:
${PYTHON} tools/gcov_digest.py -o _gcov
witness.dot: all
$(MAKE) -C bin/varnishtest check AM_VTC_LOG_FLAGS=-pdebug=+witness
$(AM_V_GEN) $(srcdir)/tools/witness.sh witness.dot bin/varnishtest
$(MAKE) check AM_VTC_LOG_FLAGS=-pdebug=+witness
$(AM_V_GEN) $(srcdir)/tools/witness.sh witness.dot bin/varnishtest/ \
lib/libvmod_*/
.dot.svg:
if ! HAVE_DOT
......
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