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>
14 lines
249 B
YAML
14 lines
249 B
YAML
tests:
|
|
kernel.common.timing:
|
|
tags:
|
|
- kernel
|
|
- sleep
|
|
kernel.common.timing.minimallibc:
|
|
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
|
|
tags:
|
|
- kernel
|
|
- sleep
|
|
- libc
|
|
extra_configs:
|
|
- CONFIG_MINIMAL_LIBC=y
|