zephyr/tests/net/socket/misc/testcase.yaml
Keith Packard 565c9376f1 tests: Switch from NEWLIB_LIBC to REQUIRES_FULL_LIBC
Instead of forcing use of NEWLIB_LIBC, select any available complete C
library implementation. Add CONFIG_REQUIRES_FLOAT_PRINTF where needed.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-10-25 08:32:06 +02:00

22 lines
494 B
YAML

common:
depends_on: netif
filter: CONFIG_FULL_LIBC_SUPPORTED
min_ram: 21
tags:
- net
- socket
- userspace
tests:
net.socket.misc:
extra_configs:
- CONFIG_TEST_USERSPACE=n
net.socket.misc.userspace:
extra_configs:
- CONFIG_TEST_USERSPACE=y
net.socket.misc.v4_mapping_to_v6_enabled:
extra_configs:
- CONFIG_NET_IPV4_MAPPING_TO_IPV6=y
net.socket.misc.v4_mapping_to_v6_disabled:
extra_configs:
- CONFIG_NET_IPV4_MAPPING_TO_IPV6=n