zephyr/tests/lib/c_lib/stdio/testcase.yaml
Karthikeyan Krishnasamy c044f0c89d tests: lib: c_lib: add test suite for remove api
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>
2024-08-22 14:26:00 -04:00

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