X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fselect-tests;h=6019b44951c4e2da23a1e318c3a014b8a5396785;hb=cd21604b6b669f77ded87ec08371b83b422006e3;hp=1788348155da9852ceadf9b213ad1bfacd3d2ad8;hpb=44656541e5be621a9430633f8c3a4fdea64d284d;p=gnulib.git diff --git a/modules/select-tests b/modules/select-tests index 178834815..6019b4495 100644 --- a/modules/select-tests +++ b/modules/select-tests @@ -1,28 +1,37 @@ Files: +tests/signature.h 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 perror -sockets socket bind 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 -test_select_LDADD = $(LDADD) @LIBSOCKET@ - -License: -LGPL +TESTS += test-select test-select-in.sh test-select-out.sh +# test-select-stdin has to be run by hand. +check_PROGRAMS += test-select test-select-fd test-select-stdin +test_select_LDADD = $(LDADD) @LIBSOCKET@ $(INET_PTON_LIB) +test_select_fd_LDADD = $(LDADD) @LIBSOCKET@ +test_select_stdin_LDADD = $(LDADD) @LIBSOCKET@