Skip to content

A framework for writing repeatable tests in the OCaml programming language.

License

Notifications You must be signed in to change notification settings

ocamltest/ocamltest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCamlTest

A framework for writing repeatable tests in the OCaml programming language.

Building pre-requisites

OCamlTest requires OMake and ocamlfind to build. You can install both with:

sudo aptitude install omake ocaml-findlib

on Ubuntu. For other operating systems, please refer to the OMake homepage and the Findlib homepage.

Building instructions

Run omake in the directory of this README file:

omake

Installation

To use the package in your OCaml projects, install OCamlTest by running:

sudo omake install

Uninstalling

To remove the installed OCamlTest OCaml package, run:

sudo omake uninstall

Using OCamlTest

When compiling your OCaml project, use ocamlfind with the directive '-package ocamltest', like this:

ocamlfind ocamlc -package ocamltest my_src.ml

About

A framework for writing repeatable tests in the OCaml programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages