From: "François Pottier" <francois.pottier@inria.fr>
To: caml users <caml-list@inria.fr>
Subject: [Caml-list] [ANN] First release of Monolith
Date: Tue, 9 Jun 2020 21:17:06 +0200 [thread overview]
Message-ID: <27eaaba8-1303-2265-fa39-f1ea5bccc74d@inria.fr> (raw)
Dear OCaml users,
It is my pleasure to announce the first release of Monolith.
Monolith offers facilities for testing an OCaml library (for instance, a
data
structure implementation) by comparing it against a reference
implementation.
It uses a form of black-box testing, and relies on afl-fuzz for efficiency.
The user must describe what types and operations the library provides. Under
the best circumstances, this requires 2-3 lines of code per type or
operation.
The user must also provide a reference implementation of the library.
Then, like a monkey typing on a keyboard, Monolith attempts to exercise the
library in every possible way, in the hope of discovering a scenario
where the
library behaves incorrectly. If such a scenario is discovered, it is printed
in the form of an OCaml program, so as to help the user reproduce the
problem.
At this time, a tutorial is not yet available. There is however an API
documentation and a number of demos.
Repository:
https://gitlab.inria.fr/fpottier/monolith
API Documentation:
http://cambium.inria.fr/~fpottier/monolith/doc/monolith/Monolith/index.html
Installation:
opam update
opam install monolith
Happy testing,
--
François Pottier
francois.pottier@inria.fr
http://cambium.inria.fr/~fpottier/
reply other threads:[~2020-06-09 19:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=27eaaba8-1303-2265-fa39-f1ea5bccc74d@inria.fr \
--to=francois.pottier@inria.fr \
--cc=caml-list@inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox