aboutsummaryrefslogtreecommitdiff
path: root/test-suite/dune
diff options
context:
space:
mode:
authorEnrico Tassi2019-03-04 15:37:14 +0100
committerEnrico Tassi2019-03-04 15:37:14 +0100
commitbe15d32ad16104c81f4fbf42556067848aa0acec (patch)
treed0bc31b3bccacd261bd6d3fda6fae2d6f111100d /test-suite/dune
parentb4794c19aef3c076472adabdbf7cc78c89d84b74 (diff)
parent7b3779b27be9221def05a341d79ddd45540b4280 (diff)
Merge PR #9660: Set COQLIB so the test suite runs locally on Windows.
Reviewed-by: ejgallego Ack-by: SkySkimmer Ack-by: gares Ack-by: jfehrle Ack-by: vbgl
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)