Ensure 'inline' can be used in tests/test-utimens-common.h.
[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 ignore-value
12 openat
13 timespec
14 dup
15 usleep
16 utimecmp
17
18 configure.ac:
19 AC_REQUIRE([AC_C_INLINE])
20
21 Makefile.am:
22 TESTS += test-fdutimensat
23 check_PROGRAMS += test-fdutimensat
24 test_fdutimensat_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) @LIBINTL@