view modules/futimens-tests @ 17299:7272991d255b

futimens-tests, utimens-tests: Depend on gettext. This works around a problem introduced in my 2013-01-12 patch, which added @LIBINTL@ to these modules. * modules/futimens-tests (Depends-on): * modules/utimens-tests (Depends-on): Add gettext.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 27 Jan 2013 11:40:58 -0800
parents ccd519631b21
children 3c592b4deb04
line wrap: on
line source

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

Depends-on:
gettext
fcntl-h
ignore-value
timespec
dup
usleep
utimecmp

configure.ac:

Makefile.am:
TESTS += test-futimens
check_PROGRAMS += test-futimens
test_futimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) @LIBINTL@