warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / fdutimensat-tests
bloba77ada4f0616940bff5f9e462b724d567c2d1a6b
1 Files:
2 tests/nap.h
3 tests/test-futimens.h
4 tests/test-lutimens.h
5 tests/test-utimens.h
6 tests/test-utimens-common.h
7 tests/test-fdutimensat.c
8 tests/macros.h
10 Depends-on:
11 fcntl-h
12 ignore-value
13 nanosleep
14 openat
15 timespec
16 dup
17 utimecmp
19 configure.ac:
21 Makefile.am:
22 TESTS += test-fdutimensat
23 check_PROGRAMS += test-fdutimensat
24 test_fdutimensat_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) \
25   $(LIB_NANOSLEEP) @LIBINTL@