-
Notifications
You must be signed in to change notification settings - Fork 414
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ulysse Gérard <[email protected]>
- Loading branch information
Showing
6 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions
14
test/blackbox-tests/test-cases/merlin/dump-dot-merlin.t/run.t
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
$ dune build | ||
$ dune ocaml dump-dot-merlin | | ||
$ dune ocaml dump-dot-merlin src\ with\ spaces | | ||
> sed 's#'$(opam config var prefix)'#OPAM_PREFIX#' | ||
EXCLUDE_QUERY_DIR | ||
STDLIB OPAM_PREFIX/lib/ocaml | ||
B $TESTCASE_ROOT/_build/default/.foo.eobjs/byte | ||
S $TESTCASE_ROOT | ||
# FLG -pp $TESTCASE_ROOT/_build/default/pp/pp.exe | ||
B $TESTCASE_ROOT/_build/default/src with spaces/.foo.eobjs/byte | ||
S $TESTCASE_ROOT/src with spaces | ||
# FLG -pp ''\''$TESTCASE_ROOT/_build/default/p p/pp.exe'\''' | ||
# FLG -open Dune__exe -w @[email protected]@30..39@[email protected]@[email protected] -strict-sequence -strict-formats -short-paths -keep-locs | ||
$ dune ocaml dump-dot-merlin "pp" | | ||
$ dune ocaml dump-dot-merlin "p p" | | ||
> sed 's#'$(opam config var prefix)'#OPAM_PREFIX#' | ||
EXCLUDE_QUERY_DIR | ||
STDLIB OPAM_PREFIX/lib/ocaml | ||
B $TESTCASE_ROOT/_build/default/pp/.pp.eobjs/byte | ||
S $TESTCASE_ROOT/pp | ||
B $TESTCASE_ROOT/_build/default/p p/.pp.eobjs/byte | ||
S $TESTCASE_ROOT/p p | ||
# FLG -w @[email protected]@30..39@[email protected]@[email protected] -strict-sequence -strict-formats -short-paths -keep-locs | ||
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
.../test-cases/merlin/dump-dot-merlin.t/dune → ...in/dump-dot-merlin.t/src with spaces/dune
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
(executables (names foo bar) | ||
(preprocess (per_module | ||
((action (run pp/pp.exe %{input-file})) bar)))) | ||
((action (run "p p/pp.exe"%{input-file})) bar)))) |
File renamed without changes.