mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
edc7cc9c00
Add one template_test python file to get test case
6 lines
293 B
CMake
6 lines
293 B
CMake
idf_component_register(SRCS "esp_netif_test.c"
|
|
REQUIRES test_utils
|
|
INCLUDE_DIRS "."
|
|
PRIV_INCLUDE_DIRS "$ENV{IDF_PATH}/components/esp_netif/private_include" "."
|
|
PRIV_REQUIRES unity esp_netif nvs_flash)
|