view modules/utimens-tests @ 19210:fd018f74e8c3

maint: fix overflow checking in nap.h * modules/chown-tests: * modules/fchownat-tests, modules/fdutimensat-tests: * modules/futimens-tests, modules/lchown-tests: * modules/stat-time-tests, modules/utime-tests: * modules/utimens-tests, modules/utimensat-tests: Depend on intprops. * tests/nap.h: Include intprops.h. (diff_timespec): Handle overflow properly.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 25 Sep 2017 18:20:44 -0700
parents 4a5f0ed4883b
children
line wrap: on
line source

Files:
tests/nap.h
tests/test-futimens.h
tests/test-lutimens.h
tests/test-utimens.h
tests/test-utimens-common.h
tests/test-utimens.c
tests/macros.h

Depends-on:
dup
gettext-h
ignore-value
intprops
nanosleep
symlink
timespec
utimecmp

configure.ac:

Makefile.am:
TESTS += test-utimens
check_PROGRAMS += test-utimens
test_utimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) $(LIB_NANOSLEEP) @LIBINTL@