zephyr/tests/kernel/cache/testcase.yaml
Tomasz Bursztyka a2be813d99 tests/kernel: Add qemu_x86/x86_64 to cache test and enable cache
How cache test could be ran without CONFIG_CACHE_MANAGEMENT?

Adding qemu_x86/x86_64 as cache related API in x86 has proven to be
very brittle against changes recently: no test was at least verifying
it builds properly, not to mention running it.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2023-12-12 19:11:13 +01:00

27 lines
553 B
YAML

tests:
kernel.cache.api:
tags:
- kernel
- cache
filter: CONFIG_CACHE_MANAGEMENT
integration_platforms:
- qemu_xtensa
- qemu_cortex_a53
- nsim_em
- qemu_x86
- qemu_x86_64
kernel.cache.api.minimallibc:
tags:
- kernel
- cache
- libc
filter: CONFIG_CACHE_MANAGEMENT and CONFIG_MINIMAL_LIBC_SUPPORTED
integration_platforms:
- qemu_xtensa
- qemu_cortex_a53
- nsim_em
- qemu_x86
- qemu_x86_64
extra_configs:
- CONFIG_MINIMAL_LIBC=y