File: qtest.ml

package info (click to toggle)
bin-prot 1.2.23-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 620 kB
  • ctags: 1,699
  • sloc: ml: 5,126; ansic: 1,586; makefile: 121
file content (8 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
(** Regression test runner. *)

open Core.Std;;

let tests = Qtest_lib.Std.Test.tests_of_ounit Test.all

let () = 
  Qtest_lib.Std.Runner.main tests