maintainer-makefile: Prohibit BSD4.3/SysV u_char etc types.
[gnulib.git] / modules / nonblocking-socket-tests
blobe2545ea082b4939efa43cef872da1ca2e648e787
1 Files:
2 tests/test-nonblocking-socket.sh
3 tests/test-nonblocking-socket-main.c
4 tests/test-nonblocking-socket-child.c
5 tests/test-nonblocking-socket.h
6 tests/test-nonblocking-writer.h
7 tests/test-nonblocking-reader.h
8 tests/test-nonblocking-misc.h
9 tests/socket-server.h
10 tests/socket-client.h
11 tests/macros.h
13 Depends-on:
14 stdbool
15 unistd
16 sys_socket
17 nonblocking
18 wait-process
19 environ
20 posix_spawnp
21 netinet_in
22 arpa_inet
23 socket
24 setsockopt
25 bind
26 getsockname
27 listen
28 accept
29 getsockopt
30 connect
31 gettimeofday
32 snprintf
33 vsnprintf
34 strerror
35 ssize_t
36 usleep
37 read
38 write
40 configure.ac:
42 Makefile.am:
43 TESTS += test-nonblocking-socket.sh
44 check_PROGRAMS += test-nonblocking-socket-main test-nonblocking-socket-child
45 test_nonblocking_socket_main_LDADD = $(LDADD) $(LIBSOCKET) @LIBINTL@ $(LIBTHREAD)
46 test_nonblocking_socket_child_LDADD = $(LDADD) $(LIBSOCKET)