upstream: https://github.com/mirage/mirage-crypto
at main 15 lines 372 B view raw
1; Crowbar fuzz testing for crypto 2; 3; To run: dune exec ocaml-crypto/fuzz/fuzz_crypto.exe 4; With AFL: afl-fuzz -i fuzz/corpus -o fuzz/findings -- ./_build/default/ocaml-crypto/fuzz/fuzz_crypto.exe @@ 5 6(executable 7 (name fuzz_crypto) 8 (modules fuzz_crypto) 9 (libraries crypto crowbar)) 10 11(rule 12 (alias fuzz) 13 (deps fuzz_crypto.exe) 14 (action 15 (run %{exe:fuzz_crypto.exe})))