NEWS.stable: log cherry-pick [e446f25]->[c092018] relocatable-shell: Update suggested...
[gnulib.git] / modules / fdutimensat-tests
index 446762b..a77ada4 100644 (file)
@@ -8,9 +8,12 @@ tests/test-fdutimensat.c
 tests/macros.h
 
 Depends-on:
+fcntl-h
 ignore-value
+nanosleep
+openat
 timespec
-usleep
+dup
 utimecmp
 
 configure.ac:
@@ -18,4 +21,5 @@ configure.ac:
 Makefile.am:
 TESTS += test-fdutimensat
 check_PROGRAMS += test-fdutimensat
-test_fdutimensat_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) @LIBINTL@
+test_fdutimensat_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) \
+  $(LIB_NANOSLEEP) @LIBINTL@