zephyr/tests/subsys/llext
Keith Packard 958ef2288e tests/llext: Compute linker script option rather than using -Wl,-T
Use the same logic as the top-level Zephyr CMakeLists.txt does to
find the linker script option by using the first one of these
which is set:

 1. Global TOPT property
 2. Compiler's linker_script property
 3. -Wl,-T

This avoids toolchains which insert a default linker script
when none is provided on the command line using the -T option.

Signed-off-by: Keith Packard <keithp@keithp.com>
2025-05-12 21:09:44 +02:00
..
boards llext: Remove simple from llext test 2025-01-02 09:19:35 +01:00
src llext: add test for section and symbol alignment 2025-03-17 19:58:15 +01:00
CMakeLists.txt tests/llext: Compute linker script option rather than using -Wl,-T 2025-05-12 21:09:44 +02:00
no_mem_protection.conf llext: Remove simple from llext test 2025-01-02 09:19:35 +01:00
prj.conf llext: Remove simple from llext test 2025-01-02 09:19:35 +01:00
testcase.yaml llext: support ARC MPU 2025-05-01 18:16:30 +02:00