X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fselect-tests;h=84d8f1bf09e169e7adb58614c476de715fc9e888;hb=0a3f7af426469ab51370585e1a3afba66ff24b57;hp=1788348155da9852ceadf9b213ad1bfacd3d2ad8;hpb=44656541e5be621a9430633f8c3a4fdea64d284d;p=gnulib.git diff --git a/modules/select-tests b/modules/select-tests index 178834815..84d8f1bf0 100644 --- a/modules/select-tests +++ b/modules/select-tests @@ -1,10 +1,15 @@ Files: tests/test-select.c +tests/test-select-fd.c +tests/test-select-in.sh +tests/test-select-out.sh +tests/test-select-stdin.c Depends-on: stdbool netinet_in arpa_inet +sys_ioctl extensions inet_pton errno @@ -16,13 +21,21 @@ setsockopt listen connect accept +ioctl +close +gettimeofday configure.ac: +AC_CHECK_HEADERS_ONCE([unistd.h sys/wait.h]) Makefile.am: -TESTS += test-select -check_PROGRAMS += test-select +TESTS += test-select test-select-in.sh test-select-out.sh +# test-select-stdin has to be run by hand. +TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' +check_PROGRAMS += test-select test-select-fd test-select-stdin test_select_LDADD = $(LDADD) @LIBSOCKET@ +test_select_fd_LDADD = $(LDADD) @LIBSOCKET@ +test_select_stdin_LDADD = $(LDADD) @LIBSOCKET@ License: LGPL