posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / select-tests
blob899b50cddfcf8901ac13ec84e64e35888b991520
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) @LIB_SELECT@ @LIBSOCKET@ $(INET_PTON_LIB)
41 test_select_fd_LDADD = $(LDADD) @LIB_SELECT@
42 test_select_stdin_LDADD = $(LDADD) @LIB_SELECT@