zephyr/tests/posix/xsi_streams/testcase.yaml
Marvin Ouma 91749dfeb3 tests: posix: common: separate posix xsi streams to standalone test
posix.common contains testsuites that can be separated into smaller
groups of tests. This change moves stropts into a singular
testsuite at tests/posix/xsi_streams app directory.

Signed-off-by: Marvin Ouma <pancakesdeath@protonmail.com>
2024-11-20 15:58:26 -05:00

26 lines
604 B
YAML

common:
filter: not CONFIG_NATIVE_LIBC
tags:
- posix
- xsi_streams
# 1 tier0 platform per supported architecture
platform_key:
- arch
- simulation
min_flash: 64
min_ram: 32
tests:
portability.posix.xsi_streams: {}
portability.posix.xsi_streams.minimal:
extra_configs:
- CONFIG_MINIMAL_LIBC=y
portability.posix.xsi_streams.newlib:
filter: TOOLCHAIN_HAS_NEWLIB == 1
extra_configs:
- CONFIG_NEWLIB_LIBC=y
portability.posix.xsi_streams.picolibc:
tags: picolibc
filter: CONFIG_PICOLIBC_SUPPORTED
extra_configs:
- CONFIG_PICOLIBC=y