model-checking / cbmc-viewer

CBMC Viewer scans the output of CBMC and produces a browsable summary of its findings, making it easy to root cause the issues it finds.
https://model-checking.github.io/cbmc-viewer/
Apache License 2.0
32 stars 11 forks source link

Add simple example to top-level readme file #87

Closed markrtuttle closed 2 years ago

markrtuttle commented 2 years ago

This pull request renames the Makefile target pip -> build, and it adds a simple example of using cbmc-viewer to the top-level readme file (along with some language cleanups).