Sha256: a4bbb5ba16a7015cbcb43438e88018aa2e8b04a0b179101909e98a8275c2683e

Contents?: true

Size: 242 Bytes

Versions: 66

Compression:

Stored size: 242 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 = [
     "Say Hi!" >:: ae "Hello, World!" hello;
]

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

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
trackler-2.1.0.12 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.1.0.11 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.1.0.10 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.1.0.9 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.1.0.8 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.1.0.7 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.1.0.6 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.1.0.5 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.1.0.4 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.1.0.3 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.1.0.2 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.1.0.1 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.1.0.0 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.0.8.55 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.0.8.54 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.0.8.53 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.0.8.52 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.0.8.51 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.0.8.50 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.0.8.49 tracks/ocaml/exercises/hello-world/test.ml