Files
esp-mqtt/test/apps/mqtt_conformance/main/idf_component.yml
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

7 lines
174 B
YAML

dependencies:
protocol_examples_common:
path: ${IDF_PATH}/examples/common_components/protocol_examples_common
mqtt:
version: "*"
override_path: "../../../.."