Files
esp-mqtt/test/mqtt_outbox_host_test/README.md
T
2026-05-27 07:03:33 +02:00

15 lines
315 B
Markdown

# mqtt_outbox host tests
Isolated host tests for `lib/mqtt_outbox.c`. Tests call the outbox API directly —
no MQTT client, no transport, no FreeRTOS scheduler required.
## Build and run
```bash
cd test/mqtt_outbox_host_test
idf.py --preview set-target linux
idf.py build
./build/mqtt_outbox_host_test.elf
```