An open API service indexing awesome lists of open source software.

https://github.com/tmcgilchrist/ocaml-jack

QuickCheck with shrinking for free
https://github.com/tmcgilchrist/ocaml-jack

ocaml property-based-testing property-testing quickcheck test testing

Last synced: 8 months ago
JSON representation

QuickCheck with shrinking for free

Awesome Lists containing this project

README

          

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

Under development come back later.

Setup OCaml compiler

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

Install dependencies

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

Build

``` shell
jbuilder build
```

Run tests

``` shell
jbuilder runtest
```

Resources
=========================================================================