install-reloc: Support multi-binary installation.
[gnulib.git] / modules / fdutimensat-tests
index 75ff374..a77ada4 100644 (file)
@@ -1,14 +1,19 @@
 Files:
+tests/nap.h
 tests/test-futimens.h
 tests/test-lutimens.h
 tests/test-utimens.h
 tests/test-utimens-common.h
 tests/test-fdutimensat.c
+tests/macros.h
 
 Depends-on:
-progname
+fcntl-h
+ignore-value
+nanosleep
+openat
 timespec
-usleep
+dup
 utimecmp
 
 configure.ac:
@@ -16,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@