gnulib-tool.py: Fix an undefined function name.
[gnulib.git] / modules / fchownat-tests
blobf11d02cddec7378a2c628968171899156044f3c0
1 Files:
2 tests/nap.h
3 tests/test-chown.h
4 tests/test-lchown.h
5 tests/test-fchownat.c
6 tests/signature.h
7 tests/macros.h
9 Depends-on:
10 errno
11 ignore-value
12 mgetgroups
13 nanosleep
14 openat-h
15 stat-time
16 stdckdint
17 symlink
19 configure.ac:
20 AC_CHECK_FUNCS_ONCE([getgid getegid])
22 Makefile.am:
23 TESTS += test-fchownat
24 check_PROGRAMS += test-fchownat
25 test_fchownat_LDADD = $(LDADD) $(NANOSLEEP_LIB) @LIBINTL@