X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fselect-tests;h=52e34523d86e17a0f99f4a50ceaee1cf3fe61290;hb=eb94582289e914a4dc2947a49bb16045c2b6d5c4;hp=80ee60c0fa418583f61f5e73f1a255292f5898da;hpb=59a539f3e601f4639e67d9a6d2a20c9450e642f4;p=gnulib.git diff --git a/modules/select-tests b/modules/select-tests index 80ee60c0f..52e34523d 100644 --- a/modules/select-tests +++ b/modules/select-tests @@ -1,29 +1,40 @@ Files: +tests/macros.h +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 +unistd +sys_ioctl extensions inet_pton errno perror -sockets +pipe-posix socket bind setsockopt listen connect accept +ioctl close +gettimeofday configure.ac: +AC_CHECK_HEADERS_ONCE([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@