modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB).
[gnulib.git] / modules / select-tests
1 Files:
2 tests/test-select.c
3 tests/test-select-fd.c
4 tests/test-select-in.sh
5 tests/test-select-out.sh
6 tests/test-select-stdin.c
7
8 Depends-on:
9 stdbool
10 netinet_in
11 arpa_inet
12 sys_ioctl
13 extensions
14 inet_pton
15 errno
16 perror
17 sockets
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 TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
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@
39
40 License:
41 LGPL