test_utils: add missing dependency on esp_netif

This commit is contained in:
Ivan Grokhotkov 2022-04-16 08:42:01 +02:00
parent 81f2a94f9a
commit ab6151fc8e
No known key found for this signature in database
GPG Key ID: 1E050E141B280628

View File

@ -26,4 +26,4 @@ idf_component_register(SRCS ${srcs}
INCLUDE_DIRS include
PRIV_INCLUDE_DIRS private_include
REQUIRES spi_flash idf_test cmock
PRIV_REQUIRES perfmon driver)
PRIV_REQUIRES perfmon driver esp_netif)