verify: new macro 'assume'
[gnulib.git] / modules / pselect-tests
1 Files:
2 tests/test-pselect.c
3 tests/test-select.h
4 tests/macros.h
5 tests/signature.h
6
7 Depends-on:
8 stdbool
9 netinet_in
10 arpa_inet
11 unistd
12 sys_ioctl
13 extensions
14 inet_pton
15 errno
16 perror
17 pipe-posix
18 socket
19 bind
20 setsockopt
21 listen
22 connect
23 accept
24 ioctl
25 close
26
27 configure.ac:
28 AC_CHECK_HEADERS_ONCE([sys/wait.h])
29
30 Makefile.am:
31 TESTS += test-pselect
32 check_PROGRAMS += test-pselect
33 test_pselect_LDADD = $(LDADD) @LIB_SELECT@ @LIBSOCKET@ @LIB_PTHREAD_SIGMASK@ $(INET_PTON_LIB)