mirror of
https://github.com/FreeRTOS/coreMQTT
synced 2025-06-03 18:49:26 +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
266 B
266 B
MQTT_GetPacketId proof
This directory contains a memory safety proof for MQTT_GetPacketId.
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.