mirror of
https://github.com/FreeRTOS/coreMQTT
synced 2025-06-02 13:53:40 +08:00

* Relocate CBMC to test/cbmc and unit test files to test/unit-test * Rename all library and test files to use "core_" prefix
276 B
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.