From bc8bc58923d3f2b0d15a88d745b67b0059bbb185 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 13 Oct 2019 11:05:33 +0100 Subject: [PATCH] test: Add a missing dependency on the sites file Signed-off-by: Ian Jackson --- test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$* " -- 2.30.2