Home

Awesome

ocaml-boilerplate Version Build Status

A boilerplate for writing OCaml modules, with OUnit for tests and Bisect for code coverage, plus integration with Travis-CI.

Setup

Install OPAM. Then do:

$ opam install bisect ounit

Usage

To run test.ml and output coverage reports to coverage/, simply do:

$ make

The module name and various paths/files are all specified at the top of the Makefile.

Changelog

License

MIT