mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-06-05 21:04:46 +00:00
37a2e555c5
Adds a conformance test app based on paho test suite. This introduce the basis infrastructure and initial tests.
4 lines
184 B
CMake
4 lines
184 B
CMake
idf_component_register(SRCS "mqtt_conformance.c" "mqtt_conformance_console.c"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES mqtt nvs_flash console esp_netif)
|