aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/Makefile
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2014-10-02 11:43:30 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2014-10-02 16:17:29 +0200
commit0b43e30aeaf58f5ae2a0d05bb70c8c76f3068f52 (patch)
tree1490c033fb04438ec7807d44914f1493c24ef30f /test-suite/Makefile
parentf65318d2036ebe26d1c537f2fd04410b32d4ff86 (diff)
Added make dependency in %.out in output tests.
Diffstat (limited to 'test-suite/Makefile')
-rw-r--r--test-suite/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/Makefile b/test-suite/Makefile
index 8bb9210b6..9e3c9152f 100644
--- a/test-suite/Makefile
+++ b/test-suite/Makefile
@@ -253,7 +253,7 @@ $(addsuffix .log,$(wildcard failure/*.v)): %.v.log: %.v
fi; \
} > "$@"
-$(addsuffix .log,$(wildcard output/*.v)): %.v.log: %.v
+$(addsuffix .log,$(wildcard output/*.v)): %.v.log: %.v %.out
@echo "TEST $< $(call get_coq_prog_args_in_parens,"$<")"
$(HIDE){ \
echo $(call log_intro,$<); \