1
0
mirror of https://github.com/FreeRTOS/coreMQTT synced 2025-06-01 05:21:56 +08:00
Archit Aggarwal e83fadcfc7
Rename MQTT files, and Relocate CBMC and unit-test files (#12)
* Relocate CBMC to test/cbmc and unit test files to test/unit-test

* Rename all library and test files to use "core_" prefix
2020-08-31 10:02:38 -07:00

264 B

MQTT_Disconnect proof

This directory contains a memory safety proof for MQTT_Disconnect.

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.