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