jdiff - Syntactic diff of goto programs obtained from Java
bytecode
- --no-assertions
- ignore user assertions
- --no-assumptions
- ignore user assumptions
- --cover CC
- Add instrumentation as used with jbmc(1) for creating test-suite
with coverage criterion CC, where CC is one of assertion[s], assume[s],
branch[es], condition[s], cover, decision[s], location[s], or mcdc.
- --cover-failed-assertions
- do not stop coverage checking at failed assertions (this is the default
for --cover assertions)
- --show-test-suite
- print test suite for coverage criterion (requires --cover)
All tools honor the TMPDIR environment variable when generating
temporary files and directories.
If you encounter a problem please create an issue at
https://github.com/diffblue/cbmc/issues
2016-2018, Daniel Kroening, Peter Schrammel