27 lines
380 B
Plaintext
27 lines
380 B
Plaintext
Files:
|
|
tests/nap.h
|
|
tests/test-lchown.h
|
|
tests/test-lchown.c
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
errno
|
|
ignore-value
|
|
mgetgroups
|
|
nanosleep
|
|
stdckdint
|
|
stat-time
|
|
stdbool
|
|
symlink
|
|
xconcat-filename
|
|
xgetcwd
|
|
|
|
configure.ac:
|
|
AC_CHECK_FUNCS_ONCE([getgid getegid])
|
|
|
|
Makefile.am:
|
|
TESTS += test-lchown
|
|
check_PROGRAMS += test-lchown
|
|
test_lchown_LDADD = $(LDADD) $(NANOSLEEP_LIB) @LIBINTL@
|