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