-
Notifications
You must be signed in to change notification settings - Fork 410
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: Corentin Leruth <[email protected]>
- Loading branch information
Showing
5 changed files
with
22 additions
and
24 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
test/blackbox-tests/test-cases/enabled_if/eif-ocaml_version_lte.t/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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
(library | ||
(name lte414caml) | ||
(modules lte414caml) | ||
(enabled_if | ||
(<= %{ocaml_version} %{ocaml_version}))) | ||
|
||
(rule | ||
(with-stdout-to | ||
lte414caml.ml | ||
(echo ""))) | ||
|
||
(rule | ||
(with-stdout-to | ||
main.ml | ||
(echo ""))) | ||
|
||
(executable | ||
(name main) | ||
(modules main) | ||
(libraries lte414caml)) |
1 change: 1 addition & 0 deletions
1
test/blackbox-tests/test-cases/enabled_if/eif-ocaml_version_lte.t/dune-project
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
(lang dune 3.0) |
1 change: 1 addition & 0 deletions
1
test/blackbox-tests/test-cases/enabled_if/eif-ocaml_version_lte.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 |
---|---|---|
@@ -0,0 +1 @@ | ||
$ dune build |
3 changes: 0 additions & 3 deletions
3
test/blackbox-tests/test-cases/enabled_if/eif-ocaml_version_lte/dune
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
test/blackbox-tests/test-cases/enabled_if/eif-ocaml_version_lte/run.t
This file was deleted.
Oops, something went wrong.