summaryrefslogtreecommitdiff
path: root/modules/accept4-tests
Commit message (Collapse)AuthorAgeFilesLines
* accept4 tests: Fix for native Windows.Bruno Haible2011-09-201-0/+1
| | | | | | * tests/test-accept4.c: Include sockets.h. (main): Invoke gl_sockets_startup. * modules/accept4-tests (Depends-on): Add sockets.
* accept, accept4 tests: Avoid link error on Solaris.Bruno Haible2011-09-191-0/+1
| | | | | | | * modules/accept-tests (Makefile.am): Link test-accept against $(LIBSOCKET). * modules/accept4-tests (Makefile.am): Link test-accept4 against $(LIBSOCKET).
* Tests for module 'accept4'.Bruno Haible2011-09-181-0/+15
* modules/accept4-tests: New file. * tests/test-accept4.c: New file.