summaryrefslogtreecommitdiffstats
path: root/otherlibs/num/test/end_test.ml
blob: 40aceb95997f7200f1cb8b26adbccc78536562d1 (plain)
1
2
3
4
5
6
7
8
open Test

let _ =
  print_newline();
  if !error_occurred then begin
    prerr_endline "************* TEST FAILED ****************"; exit 2
  end else
    exit 0