mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
1acfc9b5e0
- Split mqtt and mqtt5 tests - Move common test code to a common component - Add necessary python scripts
5 lines
188 B
CMake
5 lines
188 B
CMake
|
|
idf_component_register(SRCS test_mqtt_connection.c
|
|
INCLUDE_DIRS ${CMAKE_CURRENT_LIST_DIR}/include
|
|
PRIV_REQUIRES unity esp_event esp_netif esp_eth)
|