mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +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 .)
|
||||
|
||||
if(IDF_TARGET STREQUAL "esp32")
|
||||
list(APPEND srcdirs esp32)
|
||||
endif()
|
||||
|
||||
|
||||
idf_component_register(SRC_DIRS ${srcdirs}
|
||||
idf_component_register(SRC_DIRS .
|
||||
INCLUDE_DIRS .
|
||||
REQUIRES unity test_utils
|
||||
)
|
Reference in New Issue
Block a user