modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / modules / nonblocking-socket-tests
blob9c3a614f72d50c9a4091ef394f86ce60aedcabb0
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 progname
20 environ
21 posix_spawnp
22 netinet_in
23 arpa_inet
24 socket
25 setsockopt
26 bind
27 getsockname
28 listen
29 accept
30 getsockopt
31 connect
32 gettimeofday
33 snprintf
34 vsnprintf
35 strerror
36 ssize_t
37 usleep
38 read
39 write
41 configure.ac:
43 Makefile.am:
44 TESTS += test-nonblocking-socket.sh
45 check_PROGRAMS += test-nonblocking-socket-main test-nonblocking-socket-child
46 test_nonblocking_socket_main_LDADD = $(LDADD) $(LIBSOCKET) @LIBINTL@
47 test_nonblocking_socket_child_LDADD = $(LDADD) $(LIBSOCKET)