ligo/test/transpiler_tests.ml

8 lines
147 B
OCaml
Raw Normal View History

2019-05-13 00:56:22 +04:00
(* open Ligo_helpers.Trace
* open Ligo.Mini_c
2019-06-05 10:43:33 +04:00
* open Combinators *)
open Test_helpers
2019-05-13 00:56:22 +04:00
2019-06-05 10:43:33 +04:00
let main = test_suite "Transpiler (from Ast_typed)" [
2019-05-13 00:56:22 +04:00
]