strtoumax: fix typo in previous commit.
[gnulib.git] / modules / chown-tests
index a5d5c3a..58b9656 100644 (file)
@@ -1,12 +1,15 @@
 Files:
+tests/nap.h
 tests/test-chown.h
 tests/test-chown.c
+tests/signature.h
+tests/macros.h
 
 Depends-on:
+ignore-value
 lstat
 mgetgroups
-progname
-usleep
+nanosleep
 stat-time
 stdbool
 symlink
@@ -17,4 +20,4 @@ AC_CHECK_FUNCS_ONCE([getegid])
 Makefile.am:
 TESTS += test-chown
 check_PROGRAMS += test-chown
-test_chown_LDADD = $(LDADD) @LIBINTL@
+test_chown_LDADD = $(LDADD) $(LIB_NANOSLEEP)