From 05b7527d69a255177a9439c8cd46de654a22833d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 13 Oct 2019 00:29:42 +0100 Subject: [PATCH] test: Rerun tests only when deps changed By touching the stamp file. Signed-off-by: Ian Jackson --- test/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Makefile.in b/test/Makefile.in index b1c6811..6ce1b8d 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -37,6 +37,7 @@ d-%/ok: t-% udp-preload.so common.tcl ../secnet @rm -rf d-$*; mkdir d-$* @cd .. && test/$< >test/d-$*/log 2>&1 @printf "$* " + @touch $@ clean: $(RM) -f *.o *.so -- 2.30.2