Module OUnitPlugin

Standard functions for plugin (register, choose).

type name = string
module type SETTINGS = sig ... end
module Make (Settings : SETTINGS) : sig ... end