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
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
lchown-tests
blob
42b946014c12603317a3adb91f81d985f412b825
1
Files:
2
tests/nap.h
3
tests/test-lchown.h
4
tests/test-lchown.c
5
tests/signature.h
6
tests/macros.h
7
8
Depends-on:
9
errno
10
ignore-value
11
intprops
12
mgetgroups
13
nanosleep
14
stat-time
15
stdbool
16
symlink
17
18
configure.ac:
19
AC_CHECK_FUNCS_ONCE([getegid])
20
21
Makefile.am:
22
TESTS += test-lchown
23
check_PROGRAMS += test-lchown
24
test_lchown_LDADD = $(LDADD) $(LIB_NANOSLEEP)