mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'refactor/move_rom_test_to_fpga_only' into 'master'
esp_rom: miniz test only on FPGA Closes IDFCI-1605 See merge request espressif/esp-idf!22445
This commit is contained in:
commit
417838017f
@ -1,6 +1,9 @@
|
||||
set(srcs "test_app_main.c"
|
||||
"test_libgcc.c"
|
||||
"test_miniz.c")
|
||||
"test_libgcc.c")
|
||||
|
||||
if(CONFIG_IDF_ENV_FPGA)
|
||||
list(APPEND srcs "test_miniz.c")
|
||||
endif()
|
||||
|
||||
# In order for the cases defined by `TEST_CASE` to be linked into the final elf,
|
||||
# the component can be registered as WHOLE_ARCHIVE
|
||||
|
Loading…
Reference in New Issue
Block a user