1
0
mirror of https://github.com/FreeRTOS/coreMQTT synced 2025-06-02 13:53:40 +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

276 B

MQTT_SerializePublish proof

This directory contains a memory safety proof for MQTT_SerializePublish.

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.