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:
Sudeep Mohanty
2025-07-02 15:27:54 +02:00
parent b6ea668e6e
commit c29f473a78
28 changed files with 29 additions and 0 deletions

View File

@@ -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__*