This reverts commit341590545a, the issue has been fixed ine1647e35c0, tested with west build -t run -p -b qemu_riscv32_xip \ -T tests/kernel/xip/arch.common.xip west build -t run -p -b qemu_riscv32_xip \ -T tests/kernel/xip/arch.common.xip.minimallibc Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
20 lines
396 B
YAML
20 lines
396 B
YAML
tests:
|
|
arch.common.xip:
|
|
filter: CONFIG_XIP
|
|
tags:
|
|
- kernel
|
|
- xip
|
|
integration_platforms:
|
|
- qemu_arc_em
|
|
- qemu_x86_xip
|
|
arch.common.xip.minimallibc:
|
|
filter: CONFIG_XIP and CONFIG_MINIMAL_LIBC_SUPPORTED
|
|
tags:
|
|
- kernel
|
|
- xip
|
|
integration_platforms:
|
|
- qemu_arc_em
|
|
- qemu_x86_xip
|
|
extra_configs:
|
|
- CONFIG_MINIMAL_LIBC=y
|