Ensure 'inline' can be used in tests/test-utimens-common.h.
[gnulib.git] / modules / futimens-tests
1 Files:
2 tests/nap.h
3 tests/test-futimens.h
4 tests/test-utimens-common.h
5 tests/test-futimens.c
6 tests/signature.h
7 tests/macros.h
8
9 Depends-on:
10 ignore-value
11 timespec
12 dup
13 usleep
14 utimecmp
15
16 configure.ac:
17 AC_REQUIRE([AC_C_INLINE])
18
19 Makefile.am:
20 TESTS += test-futimens
21 check_PROGRAMS += test-futimens
22 test_futimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)