25 lines
343 B
Plaintext
25 lines
343 B
Plaintext
Files:
|
|
tests/test-utime.c
|
|
tests/nap.h
|
|
tests/test-utimens-common.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
dup
|
|
gettext-h
|
|
ignore-value
|
|
nanosleep
|
|
stdckdint
|
|
symlink
|
|
timespec
|
|
utimecmp
|
|
xconcat-filename
|
|
xgetcwd
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-utime
|
|
check_PROGRAMS += test-utime
|
|
test_utime_LDADD = $(LDADD) $(CLOCK_TIME_LIB) $(NANOSLEEP_LIB) @LIBINTL@
|