view modules/utime-tests @ 40246:c34f677e6117 default tip master

_Noreturn: GCC 4.7 does not support [[noreturn]] in C++11 mode * lib/_Noreturn.h, m4/gnulib-common.m4: Don't use [[noreturn]] before GCC 4.8.
author Akim Demaille <akim.demaille@gmail.com>
date Sun, 17 Mar 2019 19:27:20 +0100
parents fd018f74e8c3
children
line wrap: on
line source

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

Depends-on:
dup
gettext-h
ignore-value
intprops
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@