X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpoll-tests;h=39d9e04fcd5352c6b52f273bc9a3d2e7639aa1f5;hb=23eecb48e39afd0d267d64d40ba6bf97aa865e13;hp=403287cadf43d0d1b20277c42732b0a0631fee83;hpb=59a539f3e601f4639e67d9a6d2a20c9450e642f4;p=gnulib.git diff --git a/modules/poll-tests b/modules/poll-tests index 403287cad..39d9e04fc 100644 --- a/modules/poll-tests +++ b/modules/poll-tests @@ -1,11 +1,14 @@ 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 @@ -17,6 +20,7 @@ setsockopt listen connect accept +ioctl close configure.ac: @@ -25,4 +29,4 @@ AC_CHECK_HEADERS_ONCE([unistd.h sys/wait.h]) Makefile.am: TESTS += test-poll check_PROGRAMS += test-poll -test_poll_LDADD = $(LDADD) @LIBSOCKET@ +test_poll_LDADD = $(LDADD) $(LIB_POLL) @LIBSOCKET@ $(INET_PTON_LIB)