Sha256: abf2248c8e012d26be1c00b7c4d2ff57706542eb4741aeda53e30f88b8d9ab03

Contents?: true

Size: 272 Bytes

Versions: 63

Compression:

Stored size: 272 Bytes

Contents

open OUnit2
open Rectangles

let ae exp got _test_ctxt = assert_equal exp got ~printer:string_of_int

let tests = [
(* TEST
   "$description" >::
      ae $expected (count_rectangles $strings);
   END TEST *)
]

let () =
  run_test_tt_main ("rectangles tests" >::: tests)

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
trackler-2.2.1.119 tracks/ocaml/tools/test-generator/templates/ocaml/rectangles/test.ml
trackler-2.2.1.118 tracks/ocaml/tools/test-generator/templates/ocaml/rectangles/test.ml
trackler-2.2.1.117 tracks/ocaml/tools/test-generator/templates/ocaml/rectangles/test.ml