modules/sys_select-tests


Log

Author Commit Date CI Message
Bruno Haible 6f49a1f4 2008-10-05T17:30:02 Split sys_select-tests module into select-tests and sys_select-tests.
Bruno Haible 39ec1682 2008-09-29T11:34:31 Set LIBSOCKET instead of augmenting LIBS. Also handle Solaris -lsocket.
Simon Josefsson 4ca4b0fb 2008-09-25T14:36:14 modules/sys_select-tests (Depends-on): Remove sys_select.
Paolo Bonzini 76bb60b4 2008-09-23T15:11:23 implement full-blown select(2) for winsock 2008-09-24 Paolo Bonzini <bonzini@gnu.org> * NEWS: Document increased portability that sys_select now provides. * lib/sys_select.in.h: Install select wrapper. * lib/sys_socket.in.h: Use more descriptive name when there is no select wrapper. * lib/winsock-select.c: New. * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used. Require gl_HEADER_SYS_SOCKET. * modules/sys_select: Depend on alloca, add lib/winsock-select.c. * modules/sys_select-tests: Copy dependencies from modules/poll-tests. * tests/test-sys_select.c: Add functional tests.
Bruno Haible a9fb2254 2007-02-18T04:16:52 Tests for module 'sys_select'.