gnulib-tool.py: Simplify running some commands in a given directory.
[gnulib.git] / modules / pselect-tests
blobdd41a7026f19a2d721da93dd58bd49324a76d18e
1 Files:
2 tests/test-pselect.c
3 tests/test-select.h
4 tests/macros.h
5 tests/signature.h
7 Depends-on:
8 stdbool
9 netinet_in
10 arpa_inet
11 unistd
12 sys_ioctl
13 extensions
14 inet_pton
15 errno
16 perror
17 pipe-posix
18 socket
19 bind
20 setsockopt
21 listen
22 connect
23 accept
24 ioctl
25 close
27 configure.ac:
28 AC_CHECK_HEADERS_ONCE([sys/wait.h])
30 Makefile.am:
31 TESTS += test-pselect
32 check_PROGRAMS += test-pselect
33 test_pselect_LDADD = $(LDADD) @SELECT_LIB@ @LIBSOCKET@ @PTHREAD_SIGMASK_LIB@ $(INET_PTON_LIB)