nonblocking: Add tests for sockets.
authorBruno Haible <bruno@clisp.org>
Sun, 17 Apr 2011 17:50:10 +0000 (19:50 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 17 Apr 2011 18:13:40 +0000 (20:13 +0200)
commitbce9d2f253449c62e05c030307e4d298ef914df9
tree95ca7e884ecc47190d06de91f97676723234bc5a
parent8a0661a8db248b45ced989b23e165fda6d69b3b4
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.
ChangeLog
modules/nonblocking-socket-tests [new file with mode: 0644]
modules/nonblocking-tests
tests/socket-client.h [new file with mode: 0644]
tests/socket-server.h [new file with mode: 0644]
tests/test-nonblocking-socket-child.c [new file with mode: 0644]
tests/test-nonblocking-socket-main.c [new file with mode: 0644]
tests/test-nonblocking-socket.h [new file with mode: 0644]
tests/test-nonblocking-socket.sh [new file with mode: 0755]