view modules/lchown-tests @ 40197:91454190d749

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Mention GNU/Hurd and GNU/kFreeBSD as well.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:52:19 +0100
parents 753e4de5f3eb
children
line wrap: on
line source

Files:
tests/nap.h
tests/test-lchown.h
tests/test-lchown.c
tests/signature.h
tests/macros.h

Depends-on:
errno
ignore-value
intprops
mgetgroups
nanosleep
stat-time
stdbool
symlink

configure.ac:
AC_CHECK_FUNCS_ONCE([getegid])

Makefile.am:
TESTS += test-lchown
check_PROGRAMS += test-lchown
test_lchown_LDADD = $(LDADD) $(LIB_NANOSLEEP)