md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / fdutimensat-tests
index 48ea78d..a77ada4 100644 (file)
@@ -8,10 +8,12 @@ tests/test-fdutimensat.c
 tests/macros.h
 
 Depends-on:
+fcntl-h
 ignore-value
-progname
+nanosleep
+openat
 timespec
-usleep
+dup
 utimecmp
 
 configure.ac:
@@ -19,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@