1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/nonblocking-tests
Bruno Haible bce9d2f253 nonblocking: Add tests for sockets.
* tests/test-nonblocking-socket.sh: New file.
* tests/test-nonblocking-socket-main.c: New file.
* tests/test-nonblocking-socket-child.c: New file.
* tests/test-nonblocking-socket.h: New file.
* tests/socket-server.h: New file.
* tests/socket-client.h: New file.
* modules/nonblocking-socket-tests: New file.
* modules/nonblocking-tests (Depends-on): Add nonblocking-socket-tests.
2011-04-17 20:13:40 +02:00

17 lines
262 B
Plaintext

Files:
tests/test-nonblocking.c
tests/macros.h
Depends-on:
close
pipe-posix
nonblocking-pipe-tests
nonblocking-socket-tests
configure.ac:
Makefile.am:
TESTS += test-nonblocking
check_PROGRAMS += test-nonblocking
test_nonblocking_LDADD = $(LDADD) $(LIBSOCKET)