mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* tests/test-utime.c: New file, based on tests/test-utimens.h. * tests/test-utimens-common.h: Include <sys/stat.h>. * modules/utime-tests: New file.
22 lines
311 B
Plaintext
22 lines
311 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
|
|
symlink
|
|
timespec
|
|
utimecmp
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-utime
|
|
check_PROGRAMS += test-utime
|
|
test_utime_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) $(LIB_NANOSLEEP) @LIBINTL@
|