package pa_ounit

  1. Overview
  2. No Docs
Syntax extension for oUnit

Install

Dune Dependency

Authors

Maintainers

Sources

pa_ounit-109.14.00.tar.gz
md5=4a99efc188aa1ea23b1005fb1337b94e

Description

Pa_ounit is a syntax extension that helps writing in-line oUnit. It takes care of automatically registering the tests and generates helpfull failure messages with the file and line number.

It allows user to register tests with a new TEST top-level expressions and automatically collects all the tests in a module (in a function ounit_tests of type unit -> OUnit.test).

Published: 21 Nov 2013

Dev Dependencies

None

Used by (10)

  1. async_core < "108.00.02"
  2. async_extra < "108.00.02"
  3. async_unix < "108.00.02"
  4. core >= "109.14.00" & < "109.15.00"
  5. core_extended < "108.00.02"
  6. custom_printf < "109.15.00"
  7. frenetic >= "3.2.0" & < "5.0.0"
  8. openflow >= "0.8.0"
  9. packet >= "0.4.0"
  10. topology >= "0.4.0"

Conflicts

None