1
0
mirror of https://github.com/FreeRTOS/coreMQTT synced 2025-06-04 19:14:18 +08:00
coreMQTT/test/cbmc/proofs/MQTT_ProcessLoop
Aniruddha Kanhere 2775242743
[V2.1.0] Update version numbers and .md files for release (#228)
* Add SPDX identifier to source files

* Add license information to CBMC stub

* Fix spellcheck and the formatting

* Update version numbers and .md files for reelase

Co-authored-by: jasonpcarroll <23126711+jasonpcarroll@users.noreply.github.com>
2022-10-13 12:14:55 -07:00
..

MQTT_ProcessLoop proof

This directory contains a memory safety proof for MQTT_ProcessLoop.

To run the proof.

  • Add cbmc, goto-cc, goto-instrument, goto-analyzer, and cbmc-viewer to your path.
  • Run "make".
  • Open html/index.html in a web browser.