X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fselect-tests;h=a3b13db2d5982fc0e0bed03efb94e7233d54c41f;hb=1bb384c44db25aef8f8b455cef22af32d8401abc;hp=6019b44951c4e2da23a1e318c3a014b8a5396785;hpb=368e66277a1fdb07a508f9c3ff5d5669e4b4e838;p=gnulib.git diff --git a/modules/select-tests b/modules/select-tests index 6019b4495..a3b13db2d 100644 --- a/modules/select-tests +++ b/modules/select-tests @@ -1,6 +1,8 @@ Files: +tests/macros.h tests/signature.h tests/test-select.c +tests/test-select.h tests/test-select-fd.c tests/test-select-in.sh tests/test-select-out.sh @@ -10,11 +12,13 @@ Depends-on: stdbool netinet_in arpa_inet +unistd sys_ioctl extensions inet_pton errno perror +pipe-posix socket bind setsockopt @@ -26,7 +30,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