-
Notifications
You must be signed in to change notification settings - Fork 21
CBMC starter kit running proofs
Mark R. Tuttle edited this page Oct 28, 2020
·
1 revision
You can run an individual proofs or all proofs concurrently.
To run a single proof, go to the directory containing the proof and type make report
. This will build the goto binary for CBMC, run CBMC, and run CBMC viewer to produce a summary of the results. A standard sequence of commands is
cd FUNCTION
make report
open html/index.html
To run all proofs, go to the proof root and run the script run-cbmc-proofs.py.