ligo/test/proto_alpha_isolate/test_isolate_main.ml
2018-02-01 18:20:47 +01:00

17 lines
796 B
OCaml

(**************************************************************************)
(* *)
(* Copyright (c) 2014 - 2016. *)
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
(* *)
(* All rights reserved. No warranty, explicit or implicit, provided. *)
(* *)
(**************************************************************************)
let () =
Test_isolate_dsl.main ();
Test_isolate_transaction.main ();
Test_isolate_endorsement.main ();
Test_isolate_origination.main ();
Test_isolate_michelson.main ()