gnulib-tool: Fix trouble caused by Python's bytecode cache.
[gnulib.git] / modules / select-tests
blobf62130dd9cd666a3df357ee8d13f79359f1b1186
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
11 Depends-on:
12 stdbool
13 sys_socket
14 netinet_in
15 arpa_inet
16 unistd
17 sys_ioctl
18 extensions
19 inet_pton
20 errno
21 perror
22 pipe-posix
23 socket
24 bind
25 setsockopt
26 listen
27 connect
28 accept
29 ioctl
30 close
31 gettimeofday
33 configure.ac:
34 AC_CHECK_HEADERS_ONCE([sys/wait.h])
36 Makefile.am:
37 TESTS += test-select test-select-in.sh test-select-out.sh
38 # test-select-stdin has to be run by hand.
39 check_PROGRAMS += test-select test-select-fd test-select-stdin
40 test_select_LDADD = $(LDADD) @SELECT_LIB@ @LIBSOCKET@ $(INET_PTON_LIB)
41 test_select_fd_LDADD = $(LDADD) @SELECT_LIB@
42 test_select_stdin_LDADD = $(LDADD) @SELECT_LIB@