aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar bertot <bertot@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-10-07 07:42:19 +0000
committerGravatar bertot <bertot@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-10-07 07:42:19 +0000
commit1a443c7b9e270dd8a3329524caa04c8ce62e19d7 (patch)
tree6e513fc512b661c44cb26c82fe6eceae3b933c5e /Makefile
parent8b0295dec76d48f71cb12c21c4f665ea0f235ac1 (diff)
Make sure that bin/parser exists when checking that it works
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3094 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 790923300..e660dbea8 100644
--- a/Makefile
+++ b/Makefile
@@ -393,7 +393,7 @@ clean::
# tests
###########################################################################
-check:: world
+check:: world bin/parser
cd test-suite; ./check -$(BEST) | tee check.log
if grep -F 'Error!' test-suite/check.log ; then false; fi