Depend on module fcntl-h when AT_FDCWD is used.
[gnulib.git] / modules / fdutimensat-tests
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
9
10 Depends-on:
11 fcntl-h
12 ignore-value
13 openat
14 timespec
15 dup
16 usleep
17 utimecmp
18
19 configure.ac:
20 AC_REQUIRE([AC_C_INLINE])
21
22 Makefile.am:
23 TESTS += test-fdutimensat
24 check_PROGRAMS += test-fdutimensat
25 test_fdutimensat_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) @LIBINTL@