HomeKit Accessory Protocol (HAP) for OCaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(lint): add (alias runtest) rules to 7 fuzz directories for E724

ocaml-hap, ocaml-homebrew, ocaml-hostname, ocaml-json-logs,
ocaml-jsonwt, ocaml-ltp, ocaml-matter

+7 -1
+7 -1
fuzz/dune
··· 9 9 (libraries hap crowbar)) 10 10 11 11 (rule 12 - (alias fuzz) 12 + (alias runtest) 13 13 (deps fuzz_hap.exe) 14 14 (action 15 15 (run %{exe:fuzz_hap.exe}))) 16 + 17 + (rule 18 + (alias fuzz) 19 + (deps fuzz_hap.exe) 20 + (action 21 + (echo "AFL fuzzer built: %{exe:fuzz_hap.exe}\n")))