summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2017-05-02 15:02:43 +0200
committerJean Delvare <jdelvare@suse.de>2017-05-02 15:02:43 +0200
commit7080e2ad44f79a2660d5d56c24b6dff846b32260 (patch)
tree78e42e4b6c2f0656b416c8afd9a4c9dbe338ce6c /Makefile.in
parent03f8e330a0a343fbac2c70d5843bb353fbc41eff (diff)
downloadquilt-7080e2ad44f79a2660d5d56c24b6dff846b32260.tar.gz
Run tests again if test.quiltrc changes
If any change is made to the test environment, we want to run the checks again, to catch any problem early. Signed-off-by: Jean Delvare <jdelvare@suse.de>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 6a4a6d5..ad8934d 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 test/run FORCE
+test/.%.ok : test/%.test test/run test/test.quiltrc FORCE
else
-test/.%.ok : test/%.test test/run
+test/.%.ok : test/%.test test/run test/test.quiltrc
endif
@LANG=C; LC_ALL=C; \
export LANG LC_ALL; \