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

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

run_all () ;;