Add test suite for remove of zephyr native libc Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com> Signed-off-by: Karthikeyan Krishnasamy <karthikeyan@linumiz.com>
21 lines
518 B
YAML
21 lines
518 B
YAML
common:
|
|
tags:
|
|
- clib
|
|
min_ram: 128
|
|
filter: not CONFIG_NATIVE_LIBC
|
|
tests:
|
|
libraries.libc.common.stdio.minimal:
|
|
tags: minimal_libc
|
|
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
|
|
extra_configs:
|
|
- CONFIG_MINIMAL_LIBC=y
|
|
libraries.libc.common.stdio.picolibc:
|
|
tags: picolibc
|
|
filter: CONFIG_PICOLIBC_SUPPORTED
|
|
extra_configs:
|
|
- CONFIG_PICOLIBC=y
|
|
libraries.libc.common.stdio.newlib:
|
|
tags: newlib
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
extra_configs:
|
|
- CONFIG_NEWLIB_LIBC=y
|