forked from pleiad/BBCTester
-
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.
- Loading branch information
Docker
committed
Aug 6, 2024
1 parent
64f0070
commit 6cd9dc7
Showing
3 changed files
with
31 additions
and
31 deletions.
There are no files selected for viewing
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
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,5 +1,5 @@ | ||
(library | ||
(name bbcsteptester) ; Black-Box Compiler Tester | ||
(public_name bbcsteptester) | ||
(name bbctester) ; Black-Box Compiler Tester | ||
(public_name bbctester) | ||
(modules main pipeline runtime testeable test type util) | ||
(libraries alcotest containers containers.unix str)) |
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,7 +1,7 @@ | ||
(lang dune 3.10) | ||
|
||
|
||
(name bbcsteptester) | ||
(name bbctester) | ||
|
||
; Not using opam because of not understood bug with generated `dune subst --root` | ||
; (generate_opam_files true) | ||
|
@@ -10,7 +10,7 @@ | |
(maintainers "[email protected]") | ||
|
||
(package | ||
(name bbcsteptester) | ||
(name bbctester) | ||
(version 0.2) | ||
(synopsis "Black-box compiler tester") | ||
(description "Tester for the compilation lecture CC5116") | ||
|