1 (*i $Id: test.ml,v 1.6 2008/07/07 09:42:17 signoles Exp $ i*)
3 (* Display the results *)
6 Test_timezone.ok + Test_time.ok + Test_ftime.ok
7 + Test_date.ok + Test_calendar.ok + Test_pcalendar.ok
8 + Test_fcalendar.ok + Test_fpcalendar.ok
12 Test_timezone.bug + Test_time.bug + Test_ftime.bug
13 + Test_date.bug + Test_calendar.bug + Test_pcalendar.bug
14 + Test_fcalendar.bug + Test_fpcalendar.bug
17 Printf.printf "\nFinal results:\n";;
18 Printf.printf "tests ok : %d; tests ko : %d\n" ok bug;;
22 if bug > 0 then exit 1;;