zephyr/tests/lib/c_lib/testcase.yaml
Anas Nashif 0064b6e8b6 tests: samples: cleanup test tags, add integration_platforms
Use integration platforms and sanitize tags.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-06-02 04:47:06 -04:00

26 lines
620 B
YAML

common:
tags:
- clib
arch_exclude: posix
integration_platforms:
- mps2_an385
tests:
libraries.libc:
ignore_faults: true
libraries.libc.picolibc:
filter: CONFIG_PICOLIBC_SUPPORTED
tags: picolibc
ignore_faults: true
extra_configs:
- CONFIG_PICOLIBC=y
libraries.libc.minimal.strerror_table:
tags: minimal_libc
extra_configs:
- CONFIG_MINIMAL_LIBC=y
- CONFIG_MINIMAL_LIBC_STRING_ERROR_TABLE=y
libraries.libc.minimal.no_strerror_table:
tags: minimal_libc
extra_configs:
- CONFIG_MINIMAL_LIBC=y
- CONFIG_MINIMAL_LIBC_STRING_ERROR_TABLE=n