Sha256: bdf282b46f7671f1c2d9bc6d773eaf2b9dd444ca26238e84f69231249fa3ef22

Contents?: true

Size: 269 Bytes

Versions: 75

Compression:

Stored size: 269 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 hello;
     END TEST *)
]

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

Version data entries

75 entries across 75 versions & 1 rubygems

Version Path
trackler-2.1.0.21 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.1.0.20 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.1.0.19 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.1.0.18 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.1.0.17 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.1.0.16 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.1.0.15 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.1.0.14 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.1.0.13 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.1.0.12 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.1.0.11 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.1.0.10 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.1.0.9 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.1.0.8 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.1.0.7 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.1.0.6 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.1.0.5 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.1.0.4 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.1.0.3 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.1.0.2 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml