mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
fatfs: fix unit tests not included in the build
Regression from 9baa7826
.
This commit is contained in:
@@ -3,7 +3,7 @@ if(IDF_TARGET STREQUAL "esp32")
|
|||||||
list(APPEND srcdirs "esp32")
|
list(APPEND srcdirs "esp32")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
idf_component_register(SRC_DIRS ${src_dirs}
|
idf_component_register(SRC_DIRS ${srcdirs}
|
||||||
INCLUDE_DIRS .
|
INCLUDE_DIRS .
|
||||||
REQUIRES unity test_utils vfs fatfs
|
REQUIRES unity test_utils vfs fatfs
|
||||||
EMBED_TXTFILES fatfs.img
|
EMBED_TXTFILES fatfs.img
|
||||||
|
Reference in New Issue
Block a user