Browse thread
[ANN] MLcov 1.2
- Thomas Moniot
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2010-11-25 (08:47) |
From: | Thomas Moniot <thomas.moniot@g...> |
Subject: | [ANN] MLcov 1.2 |
Hi list, I'm happy to announce a new release of MLcov, a code coverage tool for OCaml programs. The principle is pretty simple: 1. instrument your source code 2. run tests 3. generate HTML reports to analyze the code coverage. More specifically, MLcov allows measuring MC/DC, the criterion used in the DO-178B standard to ensure that safety-critical software is tested adequately. The tool is actually used by Esterel Technologies as a verification tool for the certification of a DO-178B level A code generator written in Objective Caml. It currently works only on a subset of OCaml (core + module language) which is yet sufficient to instrument large programs, like the OCaml compiler for instance. The new version is mainly a port to OCaml 3.12.0, but also adds (experimental) support for labels and optional arguments. More information on the website: http://www.algo-prog.info/mlcov/ Enjoy! -- Thomas Moniot