aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c93b546cd4..c5f1077acd 100644
--- a/Makefile
+++ b/Makefile
@@ -462,7 +462,8 @@ clean::
###########################################################################
check:: world
- cd test-suite; ./check -$(BEST) | tee check.log
+ cd test-suite; \
+ env COQBIN=../bin COQLIB=.. ./check -$(BEST) | tee check.log
if grep -F 'Error!' test-suite/check.log ; then false; fi
###########################################################################