From c7fb97fd915a732e1d91ca59fd635c95235052ce Mon Sep 17 00:00:00 2001 From: glondu Date: Thu, 27 Jan 2011 10:54:34 +0000 Subject: test-suite/Makefile: add a rule to build all_stdlib.v (for the bench) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13805 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test-suite/Makefile') diff --git a/test-suite/Makefile b/test-suite/Makefile index 8e28b0697..f64a83ed1 100644 --- a/test-suite/Makefile +++ b/test-suite/Makefile @@ -404,7 +404,7 @@ misc/deps-order.log: # Sort universes for the whole standard library EXPECTED_UNIVERSES := 3 universes: misc/universes.log -misc/universes.log: +misc/universes.log: misc/universes/all_stdlib.v @echo "TEST misc/universes" $(HIDE){ \ $(bincoqc) -I misc/universes misc/universes/all_stdlib 2>&1; \ @@ -420,3 +420,6 @@ misc/universes.log: echo " misc/universes...Error! ($$N/$(EXPECTED_UNIVERSES) universes)"; \ fi; \ } > "$@" + +misc/universes/all_stdlib.v: + cd .. && $(MAKE) test-suite/$@ -- cgit v1.2.3