utimens: add UTIME_NOW and UTIME_OMIT support
[gnulib.git] / modules / utimens-tests
1 Files:
2 tests/test-futimens.h
3 tests/test-lutimens.h
4 tests/test-utimens.h
5 tests/test-utimens.c
6
7 Depends-on:
8 symlink
9 timespec
10 utimecmp
11
12 configure.ac:
13 AC_CHECK_FUNCS_ONCE([usleep])
14
15 Makefile.am:
16 TESTS += test-utimens
17 check_PROGRAMS += test-utimens
18 test_utimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) @LIBINTL@