From: Ian Jackson Date: Sun, 20 Oct 2019 11:55:15 +0000 (+0100) Subject: stest: Add missing test-common.tcl to DEPS X-Git-Tag: v0.5.0~61 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=commitdiff_plain;h=ff59b2f27348dfa176c719a7af03f2c08c33b1a5 stest: Add missing test-common.tcl to DEPS Signed-off-by: Ian Jackson --- diff --git a/stest/Makefile.in b/stest/Makefile.in index 8b2b3de..dad720e 100644 --- a/stest/Makefile.in +++ b/stest/Makefile.in @@ -12,6 +12,7 @@ TESTNAMES := $(patsubst t-%,%,$(notdir $(TESTSCRIPTS))) DEPS += udp-preload.so DEPS += $(srcdir)/common.tcl +DEPS += $(topdir)/test-common.tcl DEPS += ../secnet DEPS += ../test-example/sites.conf