mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-25 17:58:46 +00:00
refactor(esptool_py): Remove elf variable dependencies
This commit updates all test_apps that have dependency on the elf variable. Such test_apps now fetch the executable target from the build properties.
This commit is contained in:
@@ -9,6 +9,7 @@ set(COMPONENTS main)
|
||||
|
||||
project(test_heap)
|
||||
|
||||
idf_build_get_property(elf EXECUTABLE)
|
||||
string(JOIN "," ignore_refs
|
||||
heap_caps_*/__func__*
|
||||
tlsf_*/__func__*
|
||||
|
Reference in New Issue
Block a user