mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 07:03:33 +00:00
* modules/getcwd (Comment): New section. * modules/xgetcwd (Comment): Likewise. * modules/xgetcwd-lgpl: New file, based on modules/xgetcwd. * modules/chown-tests (Depends-on): Add xgetcwd-lgpl. Remove xgetcwd. * modules/fchownat-tests (Depends-on): Likewise. * modules/fdutimensat-tests (Depends-on): Likewise. * modules/futimens-tests (Depends-on): Likewise. * modules/lchown-tests (Depends-on): Likewise. * modules/stat-time-tests (Depends-on): Likewise. * modules/utime-tests (Depends-on): Likewise. * modules/utimens-tests (Depends-on): Likewise. * modules/utimensat-tests (Depends-on): Likewise.
28 lines
417 B
Plaintext
28 lines
417 B
Plaintext
Files:
|
|
tests/nap.h
|
|
tests/test-chown.h
|
|
tests/test-lchown.h
|
|
tests/test-fchownat.c
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
errno-h
|
|
ignore-value
|
|
mgetgroups
|
|
nanosleep
|
|
openat-h
|
|
stat-time
|
|
stdckdint-h
|
|
symlink
|
|
xconcat-filename
|
|
xgetcwd-lgpl
|
|
|
|
configure.ac:
|
|
AC_CHECK_FUNCS_ONCE([getgid getegid])
|
|
|
|
Makefile.am:
|
|
TESTS += test-fchownat
|
|
check_PROGRAMS += test-fchownat
|
|
test_fchownat_LDADD = $(LDADD) $(NANOSLEEP_LIB) @LIBINTL@
|