FAILURE Analyzer is a tool for static analysis and bug detection which implements Separation Sufficient Incorrectness Logic as the base logic on which the analysis is driven, as described in this paper.
bash -c "sh <(curl -fsSL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh)"
opam init
opam update
opam install dune ppx_deriving odoc ppx_inline_test menhirLib sexplib menhir
git submodule update --init --recursive
make build
dune exec lisproject
make test
make test-rerun
To force running all the tests (even cached ones)make doc
To only build the documentationmake docopen
To build and then open the documentation in browser./_build/default/_doc/_html/index.html
make install
./_install
make build
make: dune: No such file or directory
solution: eval $(opam env)
FAILURE is an italian achronim for Forse Alessandro Si LaUREa, which translates to "Alessandro maybe graduates", a running joke between the developers of the tool.