aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7909233007..e660dbea80 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