20 lines
549 B
YAML
20 lines
549 B
YAML
common:
|
|
tags: clib
|
|
platform_exclude: native_posix native_posix_64 nrf52_bsim
|
|
tests:
|
|
libraries.libc:
|
|
tags: ignore_faults
|
|
libraries.picolibc:
|
|
filter: CONFIG_PICOLIBC_SUPPORTED
|
|
tags: picolibc ignore_faults
|
|
extra_configs:
|
|
- CONFIG_PICOLIBC=y
|
|
libraries.libc.minimal.strerror_table:
|
|
extra_configs:
|
|
- CONFIG_MINIMAL_LIBC=y
|
|
- CONFIG_MINIMAL_LIBC_STRING_ERROR_TABLE=y
|
|
libraries.libc.minimal.no_strerror_table:
|
|
extra_configs:
|
|
- CONFIG_MINIMAL_LIBC=y
|
|
- CONFIG_MINIMAL_LIBC_STRING_ERROR_TABLE=n
|