tests: remove License section from module
[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 sockets
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 TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
36 check_PROGRAMS += test-select test-select-fd test-select-stdin
37 test_select_LDADD = $(LDADD) @LIBSOCKET@ $(INET_PTON_LIB)
38 test_select_fd_LDADD = $(LDADD) @LIBSOCKET@
39 test_select_stdin_LDADD = $(LDADD) @LIBSOCKET@