aboutsummaryrefslogtreecommitdiff
path: root/test-suite/dune
diff options
context:
space:
mode:
authorJim Fehrle2019-02-26 21:53:25 -0800
committerJim Fehrle2019-03-01 10:24:22 -0800
commit7b3779b27be9221def05a341d79ddd45540b4280 (patch)
treeeb62ace17e46101aa22597d2bad3e5e56cab7653 /test-suite/dune
parentae998e3049cd581d21c4fe0e8e18466ed9131546 (diff)
Set COQLIB so the test suite will run locally on Windows.
Diffstat (limited to 'test-suite/dune')
-rw-r--r--test-suite/dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/dune b/test-suite/dune
index 9efc1e2dc1..c430400ba5 100644
--- a/test-suite/dune
+++ b/test-suite/dune
@@ -6,7 +6,7 @@
(rule
(targets libpath.inc)
- (action (with-stdout-to %{targets} (run ./ocaml_pwd.exe ../../install/%{context_name}/lib/coq/ ))))
+ (action (with-stdout-to %{targets} (run ./ocaml_pwd.exe -quoted ../../install/%{context_name}/lib/coq/ ))))
(rule
(targets summary.log)