repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pipe-filter-ii, pipe-filter-gi: Fix warnings on native Windows.
[gnulib.git]
/
modules
/
passfd-tests
blob
9bb1c5c1bea5caef7282d7c5adc381df4aa87245
1
Files:
2
tests/test-passfd.c
3
tests/macros.h
4
5
Depends-on:
6
sys_wait
7
8
configure.ac:
9
AC_CHECK_DECLS_ONCE([alarm])
10
AC_CHECK_FUNCS_ONCE([socketpair])
11
12
Makefile.am:
13
TESTS += test-passfd
14
check_PROGRAMS += test-passfd
15
test_passfd_LDADD = $(LDADD) @LIBSOCKET@