Skip to content

Added JSON output and Boogie printing

Compare
Choose a tag to compare
@martinschaef martinschaef released this 26 Aug 22:25
· 6 commits to master since this release

Added -json option to produce report in json format and -b filename option to print the internal boogie program. Note that our Boogie output may not be compatible with the latest version of boogie.

As in the previous version, run with:

cd your-project
python /path/to/bixe/runner.py -- gradle clean compileJava [or ant, or mvn, depending on your build system]
// Note that you have to do a clean build, otherwise bixie will only analyze the delta.
cd bixie_report1
open index.html