upstream: https://github.com/mirage/ocaml-mbr
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-mbr)

+1 -2
-2
fuzz/fuzz_mbr.ml
··· 91 91 test_case "partition make" [ int; int; int; int ] test_partition_make; 92 92 test_case "make with partitions" [ int; int; int; int ] test_mbr_make; 93 93 ] ) 94 - 95 - let run () = Crowbar.run "mbr" [ suite ]
+1
fuzz/fuzz_mbr.mli
··· 1 + val suite : string * Crowbar.test_case list