posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / getaddrinfo-tests
blob64a7c2dce98e5c3d71da6dd47f672c0647551db6
1 Files:
2 tests/signature.h
3 tests/test-getaddrinfo.c
5 Depends-on:
6 sockets
7 inet_ntop
8 strerror
10 configure.ac:
12 Makefile.am:
13 TESTS += test-getaddrinfo
14 check_PROGRAMS += test-getaddrinfo
15 test_getaddrinfo_LDADD = $(LDADD) @GETADDRINFO_LIB@ @LIBINTL@