aboutsummaryrefslogtreecommitdiff
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 f3eb31b3d1..5a46b9bcc1 100644
--- a/Makefile
+++ b/Makefile
@@ -312,7 +312,7 @@ clean::
# tests
###########################################################################
-check:
+check: $(BESTCOQTOP)
cd test-suite; ./check
###########################################################################