OUnit is a unit test framework for OCaml. It allows one to easily create unit-tests for OCaml code. It is based on HUnit, a unit testing framework for Haskell. It is similar to JUnit, and other XUnit testing frameworks.
OUnit is a unit test framework for OCaml. It allows one to easily create unit-tests for OCaml code. It is based on HUnit, a unit testing framework for Haskell. It is similar to JUnit, and other XUnit testing frameworks.
To install ocaml-ounit2, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ocaml-ounit2
To see what files were installed by ocaml-ounit2, run:
port contents ocaml-ounit2
To later upgrade ocaml-ounit2, run:
sudo port selfupdate && sudo port upgrade ocaml-ounit2
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.