mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* 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.
17 lines
262 B
Plaintext
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)
|