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>
27 lines
474 B
YAML
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
|