mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
bc09031496
Deprecated esp_vfs_dev_uart_xxx APIs vfs_uart test case moved to esp_driver_uart test_apps Astyle fixed for uart_vfs
14 lines
530 B
CMake
14 lines
530 B
CMake
set(src "test_app_main.c" "test_vfs_access.c"
|
|
"test_vfs_append.c" "test_vfs_eventfd.c"
|
|
"test_vfs_fd.c" "test_vfs_lwip.c"
|
|
"test_vfs_open.c" "test_vfs_paths.c"
|
|
"test_vfs_select.c"
|
|
)
|
|
|
|
idf_component_register(SRCS ${src}
|
|
PRIV_INCLUDE_DIRS .
|
|
PRIV_REQUIRES test_utils vfs fatfs spiffs unity lwip wear_levelling cmock
|
|
esp_driver_gptimer esp_driver_uart
|
|
WHOLE_ARCHIVE
|
|
)
|