Matter smart home protocol implementation 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
··· 14 14 (libraries matter crowbar fmt)) 15 15 16 16 (rule 17 - (alias fuzz) 17 + (alias runtest) 18 18 (deps fuzz_tlv.exe fuzz_case.exe) 19 19 (action 20 20 (progn 21 21 (run %{exe:fuzz_tlv.exe}) 22 22 (run %{exe:fuzz_case.exe})))) 23 + 24 + (rule 25 + (alias fuzz) 26 + (deps fuzz_tlv.exe fuzz_case.exe) 27 + (action 28 + (echo "AFL fuzzer built: %{exe:fuzz_tlv.exe} %{exe:fuzz_case.exe}\n")))