Skip to content

Commit 549b8cf

Browse files
committed
tests/subsys/llext: fix coverage for readonly_mmu test
The test was not being run on arm64 and riscv because the filter was incorrect. Properly fix the filter to run the test on all platforms that have any kind of MMU enabled. Signed-off-by: Luca Burelli <[email protected]>
1 parent 44ec8d5 commit 549b8cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/subsys/llext/simple/testcase.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,11 @@ tests:
5050
- CONFIG_LLEXT_STORAGE_WRITABLE=n
5151
llext.simple.readonly_mmu:
5252
arch_allow: arm64 arm riscv
53-
filter: CONFIG_ARM_MMU
53+
filter: CONFIG_MMU or CONFIG_RISCV_PMP
5454
integration_platforms:
5555
- qemu_cortex_a53 # ARM Cortex-A53 (ARMv8-A ISA)
5656
extra_configs:
57+
- CONFIG_LLEXT_HEAP_SIZE=128 # qemu_cortex_a9 requires larger heap
5758
- CONFIG_LLEXT_STORAGE_WRITABLE=n
5859
llext.simple.writable:
5960
arch_allow: arm xtensa riscv

0 commit comments

Comments
 (0)