X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpoll-tests;h=d34107ee8ab3f3b438833b19806cb19e9e4527d7;hb=fba7fdb1432af9bf0abece1ec8078ed8ae3af886;hp=1484aaa363ee6e2d4cbda404cd44947b77a0d867;hpb=f9f61e25aee8cf75e4cf084c66e82993dbf35c47;p=gnulib.git diff --git a/modules/poll-tests b/modules/poll-tests index 1484aaa36..d34107ee8 100644 --- a/modules/poll-tests +++ b/modules/poll-tests @@ -1,15 +1,31 @@ Files: +tests/signature.h 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@ $(INET_PTON_LIB)