844c78cf3a
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>
9 lines
185 B
YAML
9 lines
185 B
YAML
tests:
|
|
kernel.objects:
|
|
tags: kernel
|
|
kernel.objects.minimallibc:
|
|
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
|
|
tags: kernel libc
|
|
extra_configs:
|
|
- CONFIG_MINIMAL_LIBC=y
|