1tests:
2  arch.common.xip:
3    filter: CONFIG_XIP
4    tags:
5      - kernel
6      - xip
7    integration_platforms:
8      - qemu_arc/qemu_arc_em
9      - qemu_x86/atom/xip
10  arch.common.xip.minimallibc:
11    filter: CONFIG_XIP and CONFIG_MINIMAL_LIBC_SUPPORTED
12    tags:
13      - kernel
14      - xip
15    integration_platforms:
16      - qemu_arc/qemu_arc_em
17      - qemu_x86/atom/xip
18    extra_configs:
19      - CONFIG_MINIMAL_LIBC=y
20