HomeKit Accessory Protocol (HAP) for OCaml
0
fork

Configure Feed

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

fix(E705): add fuzz .mli and remove dead run wrapper (ocaml-hap)

+1 -2
-2
fuzz/fuzz_hap.ml
··· 56 56 test_tlv_multi_roundtrip; 57 57 test_case "category_name no crash" [ int ] test_category_name; 58 58 ] ) 59 - 60 - let run () = Crowbar.run "hap" [ suite ]
+1
fuzz/fuzz_hap.mli
··· 1 + val suite : string * Crowbar.test_case list