From ff59b2f27348dfa176c719a7af03f2c08c33b1a5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 20 Oct 2019 12:55:15 +0100 Subject: [PATCH] stest: Add missing test-common.tcl to DEPS Signed-off-by: Ian Jackson --- stest/Makefile.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2