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