summaryrefslogtreecommitdiff
path: root/src/test/run_tests.ml
blob: 56dd88c95e0929117ab196e388eb62d7b28775fd (plain)
1
2
3
4
5
6
7
let tests = [
  "test1", Test1.defs;
] ;;

let run_all () = List.iter Run_interp.run tests ;;

run_all () ;;