mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-11 11:50:52 +03: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.
27 lines
379 B
Plaintext
27 lines
379 B
Plaintext
Files:
|
|
tests/nap.h
|
|
tests/test-chown.h
|
|
tests/test-chown.c
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
ignore-value
|
|
lstat
|
|
mgetgroups
|
|
nanosleep
|
|
stat-time
|
|
bool
|
|
stdckdint-h
|
|
symlink
|
|
xconcat-filename
|
|
xgetcwd-lgpl
|
|
|
|
configure.ac:
|
|
AC_CHECK_FUNCS_ONCE([getgid getegid])
|
|
|
|
Makefile.am:
|
|
TESTS += test-chown
|
|
check_PROGRAMS += test-chown
|
|
test_chown_LDADD = $(LDADD) $(NANOSLEEP_LIB) @LIBINTL@
|