Files
esp-mqtt/test/apps/mqtt_conformance/main/CMakeLists.txt
T
Euripedes Rocha Filho 37a2e555c5 feat: add mqtt conformance test app
Adds a conformance test app based on paho test suite.
This introduce the basis infrastructure and initial tests.
2026-04-16 09:11:08 +02:00

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)