29 lines
433 B
Plaintext
29 lines
433 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
|
|
timespec
|
|
dup
|
|
utimecmp
|
|
xconcat-filename
|
|
xgetcwd
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-fdutimensat
|
|
check_PROGRAMS += test-fdutimensat
|
|
test_fdutimensat_LDADD = $(LDADD) $(CLOCK_TIME_LIB) \
|
|
$(NANOSLEEP_LIB) @LIBINTL@
|