Sha256: 9a19754129243ef28234efef0ee6c855d942fa6e9f251a13c06a6a93d8ea321f

Contents?: true

Size: 265 Bytes

Versions: 156

Compression:

Stored size: 265 Bytes

Contents

open Core
open OUnit2
open Hello_world

let ae exp got _test_ctxt = assert_equal ~printer:String.to_string exp got

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

let () =
  run_test_tt_main ("Hello World tests" >::: tests)

Version data entries

156 entries across 156 versions & 1 rubygems

Version Path
trackler-2.2.1.116 tracks/ocaml/tools/test-generator/templates/ocaml/hello-world/test.ml
trackler-2.2.1.115 tracks/ocaml/tools/test-generator/templates/ocaml/hello-world/test.ml
trackler-2.2.1.114 tracks/ocaml/tools/test-generator/templates/ocaml/hello-world/test.ml
trackler-2.2.1.113 tracks/ocaml/tools/test-generator/templates/ocaml/hello-world/test.ml
trackler-2.2.1.111 tracks/ocaml/tools/test-generator/templates/ocaml/hello-world/test.ml
trackler-2.2.1.110 tracks/ocaml/tools/test-generator/templates/ocaml/hello-world/test.ml
trackler-2.2.1.109 tracks/ocaml/tools/test-generator/templates/ocaml/hello-world/test.ml
trackler-2.2.1.108 tracks/ocaml/tools/test-generator/templates/ocaml/hello-world/test.ml
trackler-2.2.1.107 tracks/ocaml/tools/test-generator/templates/ocaml/hello-world/test.ml
trackler-2.2.1.106 tracks/ocaml/tools/test-generator/templates/ocaml/hello-world/test.ml
trackler-2.2.1.105 tracks/ocaml/tools/test-generator/templates/ocaml/hello-world/test.ml
trackler-2.2.1.104 tracks/ocaml/tools/test-generator/templates/ocaml/hello-world/test.ml
trackler-2.2.1.103 tracks/ocaml/tools/test-generator/templates/ocaml/hello-world/test.ml
trackler-2.2.1.102 tracks/ocaml/tools/test-generator/templates/ocaml/hello-world/test.ml
trackler-2.2.1.101 tracks/ocaml/tools/test-generator/templates/ocaml/hello-world/test.ml
trackler-2.2.1.100 tracks/ocaml/tools/test-generator/templates/ocaml/hello-world/test.ml
trackler-2.2.1.99 tracks/ocaml/tools/test-generator/templates/ocaml/hello-world/test.ml
trackler-2.2.1.98 tracks/ocaml/tools/test-generator/templates/ocaml/hello-world/test.ml
trackler-2.2.1.97 tracks/ocaml/tools/test-generator/templates/ocaml/hello-world/test.ml
trackler-2.2.1.96 tracks/ocaml/tools/test-generator/templates/ocaml/hello-world/test.ml