X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpoll-tests;h=5f90f97785ea1726c80927d6f1325b8d01543703;hb=b205080dbc9b69d11c34f130f56545c0bf032538;hp=1484aaa363ee6e2d4cbda404cd44947b77a0d867;hpb=f9f61e25aee8cf75e4cf084c66e82993dbf35c47;p=gnulib.git diff --git a/modules/poll-tests b/modules/poll-tests index 1484aaa36..5f90f9778 100644 --- a/modules/poll-tests +++ b/modules/poll-tests @@ -2,14 +2,29 @@ Files: tests/test-poll.c Depends-on: +stdbool sys_socket netinet_in arpa_inet +sys_ioctl extensions +inet_pton +errno +perror +sockets +socket +bind +setsockopt +listen +connect +accept +ioctl +close configure.ac: -AC_CHECK_HEADERS_ONCE([io.h unistd.h sys/wait.h]) +AC_CHECK_HEADERS_ONCE([unistd.h sys/wait.h]) Makefile.am: TESTS += test-poll check_PROGRAMS += test-poll +test_poll_LDADD = $(LDADD) @LIBSOCKET@