gnulib-tool.py: Reduce code duplication in file name transformations.
[gnulib.git] / modules / poll-tests
blobb5b3ce4fbefa1384280e4b63842f02b0d0824e36
1 Files:
2 tests/test-poll.c
3 tests/signature.h
4 tests/macros.h
6 Depends-on:
7 stdbool
8 sys_socket
9 netinet_in
10 arpa_inet
11 sys_ioctl
12 extensions
13 inet_pton
14 errno
15 perror
16 sockets
17 socket
18 bind
19 setsockopt
20 listen
21 connect
22 accept
23 ioctl
24 close
26 configure.ac:
27 AC_CHECK_HEADERS_ONCE([unistd.h sys/wait.h])
29 Makefile.am:
30 TESTS += test-poll
31 check_PROGRAMS += test-poll
32 test_poll_LDADD = $(LDADD) $(POLL_LIB) @LIBSOCKET@ $(INET_PTON_LIB)