aboutsummaryrefslogtreecommitdiff
path: root/test-suite/Makefile
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-06-28 17:57:52 +0200
committerEmilio Jesus Gallego Arias2018-06-28 17:57:52 +0200
commitd46dd57462650d1e956d8e80d5aa4e537205de4d (patch)
tree4d8412bfd0b026ae1764afc3b19d9171075ef131 /test-suite/Makefile
parent1fab152558a941c500067599d6b2043e1176a446 (diff)
parentde90280aa0895d5b302a3137a3fa1a171a9f127c (diff)
Merge PR #7860: Fix #7704: Launching coqide through PATH fails.
Diffstat (limited to 'test-suite/Makefile')
-rw-r--r--test-suite/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/Makefile b/test-suite/Makefile
index 32e245e362..33b4023272 100644
--- a/test-suite/Makefile
+++ b/test-suite/Makefile
@@ -519,6 +519,7 @@ $(patsubst %.sh,%.log,$(wildcard misc/*.sh)): %.log: %.sh $(PREREQUISITELOG)
@echo "TEST $<"
$(HIDE){ \
echo $(call log_intro,$<); \
+ export BIN="$(BIN)"; \
export coqc="$(coqc)"; \
export coqtop="$(coqtop)"; \
export coqdep="$(coqdep)"; \