nonblocking: Add tests for pipes.
authorBruno Haible <bruno@clisp.org>
Sun, 17 Apr 2011 17:27:28 +0000 (19:27 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 17 Apr 2011 17:28:18 +0000 (19:28 +0200)
commit8a0661a8db248b45ced989b23e165fda6d69b3b4
tree54eaf578f4aa07b5ca2e969e91f7ca167df9fd9a
parent5f65840b727428949c8dc56727a6313d7186cecc
nonblocking: Add tests for pipes.

* tests/test-nonblocking-pipe.sh: New file.
* tests/test-nonblocking-pipe-main.c: New file.
* tests/test-nonblocking-pipe-child.c: New file.
* tests/test-nonblocking-pipe.h: New file.
* tests/test-nonblocking-writer.h: New file.
* tests/test-nonblocking-reader.h: New file.
* tests/test-nonblocking-misc.h: New file.
* modules/nonblocking-pipe-tests: New file.
* modules/nonblocking-tests (Depends-on): Add nonblocking-pipe-tests.
ChangeLog
modules/nonblocking-pipe-tests [new file with mode: 0644]
modules/nonblocking-tests
tests/test-nonblocking-misc.h [new file with mode: 0644]
tests/test-nonblocking-pipe-child.c [new file with mode: 0644]
tests/test-nonblocking-pipe-main.c [new file with mode: 0644]
tests/test-nonblocking-pipe.h [new file with mode: 0644]
tests/test-nonblocking-pipe.sh [new file with mode: 0755]
tests/test-nonblocking-reader.h [new file with mode: 0644]
tests/test-nonblocking-writer.h [new file with mode: 0644]