Sha256: 820a099152ed9fc421bb707475dcc36881ab99be8752ba30702cee5b8a35aa0b

Contents?: true

Size: 277 Bytes

Versions: 16

Compression:

Stored size: 277 Bytes

Contents

open Core.Std
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 (greet $name);
     END TEST *)
]

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

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
trackler-2.0.8.1 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.7.0 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.44 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.43 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.42 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.41 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.40 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.39 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.38 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.37 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.36 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.35 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.34 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.33 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.32 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.31 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml