1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-09-11 11:50:52 +03:00
Files
gnulib/modules/chown-tests
Bruno Haible 84da2adce5 tests: Don't use module 'getcwd' as dependency.
* 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.
2025-01-05 13:21:35 +01:00

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@