* [ANN] MLcov 1.2
@ 2010-11-25 8:47 Thomas Moniot
0 siblings, 0 replies; only message in thread
From: Thomas Moniot @ 2010-11-25 8:47 UTC (permalink / raw)
To: caml-list
[-- Attachment #1: Type: text/plain, Size: 920 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 1055 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-11-25 8:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-25 8:47 [ANN] MLcov 1.2 Thomas Moniot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox