From: Ian Jackson Date: Sun, 13 Oct 2019 10:05:33 +0000 (+0100) Subject: test: Add a missing dependency on the sites file X-Git-Tag: v0.5.0~82 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=commitdiff_plain;h=bc8bc58923d3f2b0d15a88d745b67b0059bbb185 test: Add a missing dependency on the sites file Signed-off-by: Ian Jackson --- diff --git a/test/Makefile.in b/test/Makefile.in index 6ce1b8d..61f6df6 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -33,7 +33,7 @@ check: check-real: $(foreach t,$(TESTNAMES),d-$t/ok) -d-%/ok: t-% udp-preload.so common.tcl ../secnet +d-%/ok: t-% udp-preload.so common.tcl ../secnet ../test-example/sites.conf @rm -rf d-$*; mkdir d-$* @cd .. && test/$< >test/d-$*/log 2>&1 @printf "$* "