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