1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/getaddrinfo-tests
Bruno Haible 0b40814b81 getaddrinfo tests: Fix test failure on MSVC.
* tests/test-getaddrinfo.c: Include sockets.h.
(main): Invoke gl_sockets_startup.
* modules/getaddrinfo-tests (Depends-on): Add sockets.
2019-07-02 19:38:27 +02:00

16 lines
242 B
Plaintext

Files:
tests/signature.h
tests/test-getaddrinfo.c
Depends-on:
sockets
inet_ntop
strerror
configure.ac:
Makefile.am:
TESTS += test-getaddrinfo
check_PROGRAMS += test-getaddrinfo
test_getaddrinfo_LDADD = $(LDADD) @GETADDRINFO_LIB@ @LIBINTL@