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>
20 lines
461 B
YAML
20 lines
461 B
YAML
tests:
|
|
kernel.multiprocessing.smp_boot_delay:
|
|
tags:
|
|
- kernel
|
|
- smp
|
|
platform_allow: intel_adsp_cavs25
|
|
integration_platforms:
|
|
- intel_adsp_cavs25
|
|
kernel.multiprocessing.smp_boot_delay.minimallibc:
|
|
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
|
|
tags:
|
|
- kernel
|
|
- smp
|
|
- libc
|
|
platform_allow: intel_adsp_cavs25
|
|
integration_platforms:
|
|
- intel_adsp_cavs25
|
|
extra_configs:
|
|
- CONFIG_MINIMAL_LIBC=y
|