components/freertos: moved task delay until tests to common test directory for esp32 and esp32-s2

This commit is contained in:
Felipe Neves 2019-11-05 16:48:27 +08:00
parent 3c5190aefc
commit b4c7c1b3fb
2 changed files with 1 additions and 8 deletions

View file

@ -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
)