Skip to content

Commit 4997be7

Browse files
angelonakospaulbartell
authored andcommitted
Update README to include a section on CBMC
1 parent c554980 commit 4997be7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ file, refer to the `coverity_analysis` library target in
7676

7777
1. Run `cd build && ctest` to execute all tests and view the test run summary.
7878

79+
## CBMC
80+
81+
To learn more about CBMC and proofs specifically, review the training material [here](https://model-checking.github.io/cbmc-training).
82+
83+
The `test/cbmc/proofs` directory contains CBMC proofs.
84+
85+
In order to run these proofs you will need to install CBMC and other tools by following the instructions [here](https://model-checking.github.io/cbmc-training/installation.html).
86+
7987
## Reference examples
8088

8189
The AWS IoT Device SDK for Embedded C repository contains demos of using the HTTP client

0 commit comments

Comments
 (0)