aboutsummaryrefslogtreecommitdiff
path: root/tests/test.ml
blob: 8a24cd5bbd963914c1e8f3b8dc3f906eb654c472 (plain)
1
2
3
4
5
6
7
8
9
10
11
let () =
  let tests = OUnit2.test_list [
    Tools_test.tests;
    DataType_test.num_tests;
    ExpressionParser_test.tests;
    Expression_test.tests;
    Sheet_test.tests;
  ]
  in OUnit2.run_test_tt_main tests