This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
8
unikernel/duniverse/bstr/test/test.mli
Normal file
8
unikernel/duniverse/bstr/test/test.mli
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
type t
|
||||
type runner = private { directory: string }
|
||||
type ('a, 'b) str = ('a -> 'b, Format.formatter, unit, string) format4
|
||||
|
||||
val check : bool -> unit
|
||||
val test : title:string -> descr:string -> (unit -> unit) -> t
|
||||
val runner : ?g:Random.State.t -> ?fmt:(string, string) str -> string -> runner
|
||||
val run : runner -> t -> unit
|
||||
Loading…
Add table
Add a link
Reference in a new issue