esp-idf/components/spi_flash/test/CMakeLists.txt

9 wiersze
347 B
CMake
Czysty Zwykły widok Historia

if(CONFIG_SPI_FLASH_USE_LEGACY_IMPL)
set(exclude_srcs "test_esp_flash.c" "test_partition_ext.c")
2019-08-06 09:59:26 +00:00
endif()
idf_component_register(SRC_DIRS "."
EXCLUDE_SRCS "${exclude_srcs}"
PRIV_INCLUDE_DIRS "."
2021-03-19 12:03:13 +00:00
PRIV_REQUIRES cmock test_utils spi_flash bootloader_support app_update driver)