mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-06-05 21:04:46 +00:00
15 lines
315 B
Markdown
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
|
|
```
|
|
|