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

9 lines
321 B
CMake
Raw Normal View History

2020-07-27 01:28:58 +00:00
if(CONFIG_SPI_FLASH_USE_LEGACY_IMPL)
set(exclude_srcs "test_esp_flash.c" "test_partition_ext.c")
endif()
idf_component_register(SRC_DIRS "."
INCLUDE_DIRS "."
2020-07-27 01:28:58 +00:00
EXCLUDE_SRCS "${exclude_srcs}"
REQUIRES unity test_utils spi_flash bootloader_support app_update)