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>
16 lines
379 B
YAML
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
|