zephyr/tests/kernel/device/testcase.yaml
Keith Packard 844c78cf3a tests/kernel: Also run tests using minimallibc
With picolibc being the default C library, we need to explicitly include
testing against the minimal C library for kernel components.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-09-04 15:29:13 -04:00

27 lines
474 B
YAML

common:
tags:
- device
- userspace
integration_platforms:
- native_posix
tests:
kernel.device:
tags:
- kernel
- device
kernel.device.minimallibc:
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
tags:
- kernel
- device
- libc
extra_configs:
- CONFIG_MINIMAL_LIBC=y
kernel.device.pm:
tags:
- kernel
- device
platform_exclude: mec15xxevb_assy6853
extra_configs:
- CONFIG_PM_DEVICE=y