From 0743e5a5145e07b5068fd9db34663720c1d9f83c Mon Sep 17 00:00:00 2001 From: glondu Date: Mon, 3 May 2010 09:31:53 +0000 Subject: 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 --- Makefile.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3