Skip to content

Commit

Permalink
Actually really run fuzzer
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Mar 14, 2024
1 parent fc8d18a commit e357ebb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fuzz/dune
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@
(name fuzz_ocaml)
(modules fuzz_ocaml)
(libraries digestif.ocaml crowbar))

(rule
(alias runtest)
(action (run ./fuzz_ocaml.exe)))

(rule
(alias runtest)
(action (run ./fuzz_c.exe)))

0 comments on commit e357ebb

Please sign in to comment.