zephyr/tests/net/socket/socketpair/testcase.yaml
Chris Friedt 494faf3e2c tests: net: socketpair: coverage for all C libraries
Previously, the test was only run for configurations that used
the Newlib C library. However, socketpair runs equally well
under the minimal libc, and picolibc, as well as the native
libc.

Signed-off-by: Chris Friedt <cfriedt@meta.com>
2023-02-20 11:04:07 +01:00

16 lines
379 B
YAML

common:
tags: net socket userspace
platform_exclude: intel_adsp_cavs15
depends_on: netif
min_ram: 21
tests:
net.socket.socketpair: {}
net.socket.socketpair.newlib:
filter: TOOLCHAIN_HAS_NEWLIB == 1
extra_configs:
- CONFIG_NEWLIB_LIBC=y
net.socket.socketpair.picolibc:
filter: CONFIG_PICOLIBC_SUPPORTED
extra_configs:
- CONFIG_PICOLIBC=y