2019-11-14 04:03:14 +00:00
|
|
|
idf_build_get_property(target IDF_TARGET)
|
|
|
|
# Currently we only have unit test for esp32
|
|
|
|
if(${target} STREQUAL "esp32")
|
2019-08-06 09:59:26 +00:00
|
|
|
idf_component_register(SRC_DIRS .
|
2019-11-14 04:03:14 +00:00
|
|
|
INCLUDE_DIRS .
|
|
|
|
PRIV_REQUIRES unity test_utils esp_eth)
|
2019-08-06 09:59:26 +00:00
|
|
|
endif()
|