summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2017-04-25 15:17:48 +0200
committerJean Delvare <jdelvare@suse.de>2017-04-25 15:17:48 +0200
commit65c664cc7ea855384755596a325dd90f98e243c0 (patch)
tree77c31b6e015dec610ca70e054a3a3fa376265be3
parent059cba7c6fe781d1707f4503e4f09257cc1a24db (diff)
downloadquilt-65c664cc7ea855384755596a325dd90f98e243c0.tar.gz
Run the tests again if test runner changes
If any change is made to the tester script, we want to run the checks again, to catch any problem early. Signed-off-by: Jean Delvare <jdelvare@suse.de>
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index cf1642e..6a4a6d5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -403,9 +403,9 @@ endif
# Each tests dependencies are stored in test/.depend
ifneq ($(findstring check-,$(MAKECMDGOALS)),)
-test/.%.ok : test/%.test FORCE
+test/.%.ok : test/%.test test/run FORCE
else
-test/.%.ok : test/%.test
+test/.%.ok : test/%.test test/run
endif
@LANG=C; LC_ALL=C; \
export LANG LC_ALL; \