mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-18 10:01:07 +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.
29 lines
440 B
Plaintext
29 lines
440 B
Plaintext
Files:
|
|
tests/nap.h
|
|
tests/test-futimens.h
|
|
tests/test-lutimens.h
|
|
tests/test-utimens.h
|
|
tests/test-utimens-common.h
|
|
tests/test-fdutimensat.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
fcntl-h
|
|
ignore-value
|
|
nanosleep
|
|
openat
|
|
stdckdint-h
|
|
timespec
|
|
dup
|
|
utimecmp
|
|
xconcat-filename
|
|
xgetcwd-lgpl
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-fdutimensat
|
|
check_PROGRAMS += test-fdutimensat
|
|
test_fdutimensat_LDADD = $(LDADD) $(CLOCK_TIME_LIB) \
|
|
$(NANOSLEEP_LIB) @LIBINTL@
|