roundf-ieee: Fix test failures on AIX 7.1 and OSF/1 5.1.
[pspp] / modules / poll-tests
index 7c44a4883e01644621b9ad797e597f46910e1ca0..d34107ee8ab3f3b438833b19806cb19e9e4527d7 100644 (file)
@@ -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)