X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fselect-tests;h=6019b44951c4e2da23a1e318c3a014b8a5396785;hb=ec919e79c7278b5b69aced77c453e5b165accfcf;hp=afa68fe6f4e067982a778ade5afc35e101b813ef;hpb=5076b89c38f9267ac34ca5834bcf6e0a6af35aa6;p=gnulib.git diff --git a/modules/select-tests b/modules/select-tests index afa68fe6f..6019b4495 100644 --- a/modules/select-tests +++ b/modules/select-tests @@ -1,4 +1,5 @@ Files: +tests/signature.h tests/test-select.c tests/test-select-fd.c tests/test-select-in.sh @@ -14,7 +15,6 @@ extensions inet_pton errno perror -sockets socket bind setsockopt @@ -31,11 +31,7 @@ AC_CHECK_HEADERS_ONCE([unistd.h sys/wait.h]) Makefile.am: 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@ $(INET_PTON_LIB) test_select_fd_LDADD = $(LDADD) @LIBSOCKET@ test_select_stdin_LDADD = $(LDADD) @LIBSOCKET@ - -License: -LGPL