zephyr/tests/net/socket/getaddrinfo/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

12 lines
191 B
YAML

common:
depends_on: netif
filter: CONFIG_FULL_LIBC_SUPPORTED
tests:
net.socket.get_addr_info:
min_ram: 21
tags:
- net
- socket
- getaddrinfo
- userspace