verify: new macro 'assume'
[gnulib.git] / modules / select-tests
1 Files:
2 tests/macros.h
3 tests/signature.h
4 tests/test-select.c
5 tests/test-select.h
6 tests/test-select-fd.c
7 tests/test-select-in.sh
8 tests/test-select-out.sh
9 tests/test-select-stdin.c
10
11 Depends-on:
12 stdbool
13 netinet_in
14 arpa_inet
15 unistd
16 sys_ioctl
17 extensions
18 inet_pton
19 errno
20 perror
21 pipe-posix
22 socket
23 bind
24 setsockopt
25 listen
26 connect
27 accept
28 ioctl
29 close
30 gettimeofday
31
32 configure.ac:
33 AC_CHECK_HEADERS_ONCE([sys/wait.h])
34
35 Makefile.am:
36 TESTS += test-select test-select-in.sh test-select-out.sh
37 # test-select-stdin has to be run by hand.
38 check_PROGRAMS += test-select test-select-fd test-select-stdin
39 test_select_LDADD = $(LDADD) @LIB_SELECT@ @LIBSOCKET@ $(INET_PTON_LIB)
40 test_select_fd_LDADD = $(LDADD) @LIB_SELECT@
41 test_select_stdin_LDADD = $(LDADD) @LIB_SELECT@