Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 595 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 595 Bytes

ocaml-jack - Jack is an alternative to QuickCheck generators / shrinking.

Under development come back later.

Setup OCaml compiler

opam switch install 4.03.0-jack --alias-of 4.03.0
eval `opam config env`

Install dependencies

jbuilder external-lib-deps --missing @runtest
# prints out the opam command to install everything

Build

jbuilder build

Run tests

jbuilder runtest

Resources