module OUnitCheckEnv: sig .. end
sig
end
type t = {
pwd : string;
string
env : string array;
string array
val create : unit -> t
unit -> t
module EnvElement: sig .. end
module SetEnv: OUnitDiff.SetMake(EnvElement)
OUnitDiff.SetMake
(
EnvElement
)
val check : OUnitTest.ctxt -> t -> unit
OUnitTest.ctxt -> t -> unit