-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add crowbar as a dependency for tests and run the ocamlformat linter
- Loading branch information
1 parent
0b17ced
commit 42e5282
Showing
3 changed files
with
18 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
(rule | ||
(copy# fuzz.ml fuzz_c.ml)) | ||
|
||
(rule | ||
(copy# fuzz.ml fuzz_ocaml.ml)) | ||
|
||
(executable | ||
(name fuzz_c) | ||
(modules fuzz_c) | ||
(libraries digestif.c crowbar)) | ||
|
||
(executable | ||
(name fuzz_ocaml) | ||
(modules fuzz_ocaml) | ||
(libraries digestif.ocaml crowbar)) |
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