NOTICE: This package has been removed from pkgsrc

./wip/ocaml-pa_ounit, OCaml inline testing

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 112.24.00, Package name: pa_ounit-112.24.00, Maintainer: pkgsrc-users

Pa_ounit is a syntax extension that helps writing in-line tests in
ocaml code.


Required to run:
[lang/ocaml] [devel/ocaml-findlib] [wip/ocaml-ounit] [lang/camlp4]

Required to build:
[pkgtools/cwrappers] [devel/ocamlbuild]

Master sites:

RMD160: 0a225898512adaccee8138d2b6787f40b54e8ed4
Filesize: 62.97 KB

Version history: (Expand)


CVS history: (Expand)


   2015-04-18 00:28:58 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Updated to 112.24.00, and converted to use mk/fetch/github.mk.

Added `-verbose` switch to time unit tests, so we can easily see which ones
are taking a long time.
   2015-02-26 17:06:55 by Hiramatsu Yoshifumi | Files touched by this commit (3)
Log message:
Update ocaml-pa_ounit to 112.17.00.

Changes from previous:
----------------------
## 112.17.00

- only spend time to format test description when tests are run

## 111.28.00

- Added a flag to disable embedding of unit tests/inline benchmarks.
  (`janestreet/core_kernel#13`)

## 109.53.00

- Bump version number

## 109.52.00

- Added `-stop-on-error` flag to `inline_test_runner`, to stop running
  tests at the first failure.

    This is useful if the remaining tests are likely to fail too or just
    long to run.

## 109.36.00

- Simplified so that it does not generate unnecessary top-level bindings.

    It had been hiding quite a few `unused import` warnings.
   2015-01-29 08:48:04 by Hiramatsu Yoshifumi | Files touched by this commit (1)
Log message:
Add a missing file.
   2014-11-25 10:36:43 by Hiramatsu Yoshifumi | Files touched by this commit (1)
Log message:
Add buildlink3.mk.
   2014-11-25 10:35:06 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Updated to 111.28.00.

Added a flag to disable embedding of unit tests/inline benchmarks.
   2014-10-27 09:02:13 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Convert to use mk/ocaml.mk.
   2014-08-01 03:51:14 by Hiramatsu Yoshifumi | Files touched by this commit (4)
Log message:
Import OCaml library pa_ounit into wip/ocaml-pa_ounit.

Pa_ounit is a syntax extension that helps writing in-line tests in
OCaml code.