Matter smart home protocol implementation for OCaml
0
fork

Configure Feed

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

fix(E705): add fuzz .mli files and remove dead run wrappers (ocaml-matter)

+2 -4
-2
fuzz/fuzz_case.ml
··· 226 226 [ bytes; bytes; bytes; bytes; bytes ] 227 227 test_destination_id_deterministic; 228 228 ] ) 229 - 230 - let run () = Crowbar.run "matter" [ suite ]
+1
fuzz/fuzz_case.mli
··· 1 + val suite : string * Crowbar.test_case list
-2
fuzz/fuzz_tlv.ml
··· 160 160 [ list tlv_element_gen ] 161 161 test_multiple_roundtrip; 162 162 ] ) 163 - 164 - let run () = Crowbar.run "matter" [ suite ]
+1
fuzz/fuzz_tlv.mli
··· 1 + val suite : string * Crowbar.test_case list