forked from ocaml/dune
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[coq] [test] Add test for missing plugins flags from boot (issue intr…
…oduced in ocaml#5866)
- Loading branch information
Showing
21 changed files
with
32 additions
and
26 deletions.
There are no files selected for viewing
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
test/blackbox-tests/test-cases/coq/compose-boot-plugins.t/Coq/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,3 @@ | ||
(lang dune 3.4) | ||
|
||
(using coq 0.5) |
File renamed without changes.
4 changes: 4 additions & 0 deletions
4
test/blackbox-tests/test-cases/coq/compose-boot-plugins.t/Coq/plugins/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,4 @@ | ||
(library | ||
(name boot_plugin) | ||
(public_name coq-boot.boot_plugin)) | ||
|
1 change: 1 addition & 0 deletions
1
test/blackbox-tests/test-cases/coq/compose-boot-plugins.t/Coq/plugins/main.ml
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 @@ | ||
let () = Format.eprintf "plugin loaded@\n%!" |
2 changes: 2 additions & 0 deletions
2
test/blackbox-tests/test-cases/coq/compose-boot-plugins.t/Coq/theories/Init/Prelude.v
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,2 @@ | ||
Declare ML Module "boot_plugin:coq-boot.boot_plugin". | ||
Inductive AnotherBegining := Of | The | Universe. |
7 changes: 7 additions & 0 deletions
7
test/blackbox-tests/test-cases/coq/compose-boot-plugins.t/Coq/theories/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,7 @@ | ||
(coq.theory | ||
(name Coq) | ||
(boot) | ||
(package coq-boot) | ||
(plugins coq-boot.boot_plugin)) | ||
|
||
(include_subdirs qualified) |
Empty file.
5 changes: 5 additions & 0 deletions
5
test/blackbox-tests/test-cases/coq/compose-boot-plugins.t/User/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,5 @@ | ||
(coq.theory | ||
(name User) | ||
(package coq-user)) | ||
|
||
|
3 changes: 3 additions & 0 deletions
3
test/blackbox-tests/test-cases/coq/compose-boot-plugins.t/User/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,3 @@ | ||
(lang dune 3.4) | ||
|
||
(using coq 0.5) |
1 change: 1 addition & 0 deletions
1
test/blackbox-tests/test-cases/coq/compose-boot-plugins.t/User/user.v
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 @@ | ||
Definition from_boot : AnotherBegining := Universe. |
1 change: 1 addition & 0 deletions
1
test/blackbox-tests/test-cases/coq/compose-boot-plugins.t/dune-workspace
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.4) |
5 changes: 5 additions & 0 deletions
5
test/blackbox-tests/test-cases/coq/compose-boot-plugins.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,5 @@ | ||
Testing composition with a boot library with plugins | ||
|
||
$ dune build | ||
plugin loaded | ||
plugin loaded |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
test/blackbox-tests/test-cases/coq/compose-boot.t/A/dune-project
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
test/blackbox-tests/test-cases/coq/compose-boot.t/B/dune-project
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
test/blackbox-tests/test-cases/coq/compose-boot.t/dune-workspace
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.