aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
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