verify: new macro 'assume'
[gnulib.git] / modules / futimens-tests
index 2f57c3b..a1948eb 100644 (file)
@@ -1,11 +1,18 @@
 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:
+gettext
+fcntl-h
+ignore-value
+nanosleep
 timespec
-usleep
+dup
 utimecmp
 
 configure.ac:
@@ -13,4 +20,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-futimens
 check_PROGRAMS += test-futimens
-test_futimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) @LIBINTL@
+test_futimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) $(LIB_NANOSLEEP) @LIBINTL@