Module Autofonce_lib.Testsuite

type args = {
  1. mutable arg_testsuite : string option;
  2. mutable arg_testsuite_file : string option;
  3. mutable arg_testsuite_env : string option;
  4. mutable arg_testsuite_path : string list;
}
val args : unit -> Ezcmd.V2.EZCMD.TYPES.arg_list * (unit -> args)
val exec : filter_args:Filter.args -> exec_args:Types.exec_args -> Types.project_config -> Types.testsuite_config -> Types.suite -> int
val print : filter_args:Filter.args -> Types.suite -> unit