X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpoll-tests;h=39d9e04fcd5352c6b52f273bc9a3d2e7639aa1f5;hb=644c40496cf7d5a705a73c9dd32b035fcecc2ab1;hp=7c44a4883e01644621b9ad797e597f46910e1ca0;hpb=b03b6bfb8daa20dceff4593229f0df2c68c37e6e;p=gnulib.git diff --git a/modules/poll-tests b/modules/poll-tests index 7c44a4883..39d9e04fc 100644 --- a/modules/poll-tests +++ b/modules/poll-tests @@ -1,18 +1,32 @@ Files: tests/test-poll.c +tests/signature.h +tests/macros.h 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) $(LIB_POLL) @LIBSOCKET@ $(INET_PTON_LIB)