Procházet zdrojové kódy

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

Felipe Neves před 6 roky
rodič
revize
b4c7c1b3fb

+ 1 - 8
components/freertos/test/CMakeLists.txt

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

+ 0 - 0
components/freertos/test/esp32/test_freertos_task_delay_until.c → components/freertos/test/test_freertos_task_delay_until.c