ligo/test/lib/test.mli
2017-03-07 10:42:08 +01:00

13 lines
711 B
OCaml

(**************************************************************************)
(* *)
(* Copyright (c) 2014 - 2016. *)
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
(* *)
(* All rights reserved. No warranty, explicit or implicit, provided. *)
(* *)
(**************************************************************************)
open Error_monad
val run : string -> (string * (string -> unit tzresult Lwt.t)) list -> unit