You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,14 @@ file, refer to the `coverity_analysis` library target in
76
76
77
77
1. Run `cd build && ctest` to execute all tests and view the test run summary.
78
78
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
+
79
87
## Reference examples
80
88
81
89
The AWS IoT Device SDK for Embedded C repository contains demos of using the HTTP client
0 commit comments