Module Bulk.Runner

module type S = sig ... end
type t = (module S)
val cmd_name : t -> string
val run_all : t -> test_suite_path:string -> incremental:bool -> unit
val exec_mode : t -> Gillian.Utils.Exec_mode.t
module DummyRunners : sig ... end