Improve cross-compilation guesses for uClibc.
[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 sys_ioctl
15 extensions
16 inet_pton
17 errno
18 perror
19 socket
20 bind
21 setsockopt
22 listen
23 connect
24 accept
25 ioctl
26 close
27 gettimeofday
28
29 configure.ac:
30 AC_CHECK_HEADERS_ONCE([unistd.h sys/wait.h])
31
32 Makefile.am:
33 TESTS += test-select test-select-in.sh test-select-out.sh
34 # test-select-stdin has to be run by hand.
35 check_PROGRAMS += test-select test-select-fd test-select-stdin
36 test_select_LDADD = $(LDADD) @LIBSOCKET@ $(INET_PTON_LIB)
37 test_select_fd_LDADD = $(LDADD) @LIBSOCKET@
38 test_select_stdin_LDADD = $(LDADD) @LIBSOCKET@