mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 04:04:31 +02:00
components/freertos: moved task delay until tests to common test directory for esp32 and esp32-s2
This commit is contained in:
@@ -1,11 +1,4 @@
|
|||||||
set(srcdirs .)
|
idf_component_register(SRC_DIRS .
|
||||||
|
|
||||||
if(IDF_TARGET STREQUAL "esp32")
|
|
||||||
list(APPEND srcdirs esp32)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
|
|
||||||
idf_component_register(SRC_DIRS ${srcdirs}
|
|
||||||
INCLUDE_DIRS .
|
INCLUDE_DIRS .
|
||||||
REQUIRES unity test_utils
|
REQUIRES unity test_utils
|
||||||
)
|
)
|
Reference in New Issue
Block a user