mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
spi_flash tests: Fix exclusion of new API tests in legacy mode
This commit is contained in:
committed by
Angus Gratton
parent
fbdedee4cb
commit
510ec904c9
@ -1,7 +1,4 @@
|
|||||||
idf_component_register(SRC_DIRS "."
|
idf_component_register(SRC_DIRS "."
|
||||||
INCLUDE_DIRS "."
|
INCLUDE_DIRS "."
|
||||||
|
EXCLUDE_SRCS "test_esp_flash.c" "test_partition_ext.c"
|
||||||
REQUIRES unity test_utils spi_flash bootloader_support app_update)
|
REQUIRES unity test_utils spi_flash bootloader_support app_update)
|
||||||
|
|
||||||
if(CONFIG_SPI_FLASH_USE_LEGACY_IMPL)
|
|
||||||
set(COMPONENT_SRCEXCLUDE "test_esp_flash.c" "test_partition_ext.c")
|
|
||||||
endif()
|
|
||||||
|
Reference in New Issue
Block a user