6 tests/test-select-in.sh
7 tests/test-select-out.sh
8 tests/test-select-stdin.c
32 AC_CHECK_HEADERS_ONCE([sys/wait.h])
35 TESTS += test-select test-select-in.sh test-select-out.sh
36 # test-select-stdin has to be run by hand.
37 check_PROGRAMS += test-select test-select-fd test-select-stdin
38 test_select_LDADD = $(LDADD) @LIBSOCKET@ $(INET_PTON_LIB)
39 test_select_fd_LDADD = $(LDADD) @LIBSOCKET@
40 test_select_stdin_LDADD = $(LDADD) @LIBSOCKET@