maint: fts.c: remove __opendir2's now-unused parameter, oflag
[gnulib.git] / modules / futimens-tests
index 50756da..356f67e 100644 (file)
@@ -1,15 +1,20 @@
 Files:
+tests/nap.h
 tests/test-futimens.h
+tests/test-utimens-common.h
 tests/test-futimens.c
+tests/signature.h
+tests/macros.h
 
 Depends-on:
+ignore-value
 timespec
+usleep
 utimecmp
 
 configure.ac:
-AC_CHECK_FUNCS_ONCE([usleep])
 
 Makefile.am:
 TESTS += test-futimens
 check_PROGRAMS += test-futimens
-test_futimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) @LIBINTL@
+test_futimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)