ligo/src/test/doc_test.ml

9 lines
133 B
OCaml
Raw Normal View History

2019-12-23 18:18:32 +04:00
open Test_helpers
let () =
Printexc.record_backtrace true ;
run_test @@ test_suite "LIGO" [
Md_file_tests.main ;
] ;
()