fsync test: Avoid test failure on MacOS X and AIX.
[pspp] / modules / select-tests
index 6019b44951c4e2da23a1e318c3a014b8a5396785..52e34523d86e17a0f99f4a50ceaee1cf3fe61290 100644 (file)
@@ -1,4 +1,5 @@
 Files:
+tests/macros.h
 tests/signature.h
 tests/test-select.c
 tests/test-select-fd.c
@@ -10,11 +11,13 @@ Depends-on:
 stdbool
 netinet_in
 arpa_inet
+unistd
 sys_ioctl
 extensions
 inet_pton
 errno
 perror
+pipe-posix
 socket
 bind
 setsockopt
@@ -26,7 +29,7 @@ close
 gettimeofday
 
 configure.ac:
-AC_CHECK_HEADERS_ONCE([unistd.h sys/wait.h])
+AC_CHECK_HEADERS_ONCE([sys/wait.h])
 
 Makefile.am:
 TESTS += test-select test-select-in.sh test-select-out.sh