aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorglondu2010-05-03 09:31:53 +0000
committerglondu2010-05-03 09:31:53 +0000
commit0743e5a5145e07b5068fd9db34663720c1d9f83c (patch)
treeb97e19ca9c88b4471eed5bce9a1696cf222c7223
parentdecc15b1012171310047e92643087ae0d7289823 (diff)
Re-enable validation in "make check", run it in parallel with test-suite
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12986 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--Makefile.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build
index 2dd8ec01b8..6b11353b96 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -358,7 +358,9 @@ validate:: $(BESTCHICKEN) $(ALLVO)
MAKE_TSOPTS=-C test-suite -s BEST=$(BEST) VERBOSE=$(VERBOSE)
-check:: world
+check:: validate test-suite
+
+test-suite: world
$(MAKE) $(MAKE_TSOPTS) clean
$(MAKE) $(MAKE_TSOPTS) all
$(HIDE)if grep -F 'Error!' test-suite/summary.log ; then false; fi