X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpoll-tests;h=d34107ee8ab3f3b438833b19806cb19e9e4527d7;hb=5432287a033855c8c7a36f3aa055e0db60fb3383;hp=7c44a4883e01644621b9ad797e597f46910e1ca0;hpb=b03b6bfb8daa20dceff4593229f0df2c68c37e6e;p=gnulib.git diff --git a/modules/poll-tests b/modules/poll-tests index 7c44a4883..d34107ee8 100644 --- a/modules/poll-tests +++ b/modules/poll-tests @@ -1,4 +1,5 @@ Files: +tests/signature.h tests/test-poll.c Depends-on: @@ -6,13 +7,25 @@ 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)