Combine the two replacements of 'close'.
[gnulib.git] / modules / poll-tests
1 Files:
2 tests/test-poll.c
3
4 Depends-on:
5 stdbool
6 sys_socket
7 netinet_in
8 arpa_inet
9 extensions
10 inet_pton
11 errno
12 perror
13 sockets
14 socket
15 bind
16 setsockopt
17 listen
18 connect
19 accept
20 close
21
22 configure.ac:
23 AC_CHECK_HEADERS_ONCE([unistd.h sys/wait.h])
24
25 Makefile.am:
26 TESTS += test-poll
27 check_PROGRAMS += test-poll
28 test_poll_LDADD = $(LDADD) @LIBSOCKET@