From: Ian Jackson Date: Sat, 12 Oct 2019 23:29:42 +0000 (+0100) Subject: test: Rerun tests only when deps changed X-Git-Tag: v0.5.0~83 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=05b7527d69a255177a9439c8cd46de654a22833d;p=secnet.git test: Rerun tests only when deps changed By touching the stamp file. Signed-off-by: Ian Jackson --- 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