maint: fix gendocs.sh permissions
[gnulib.git] / modules / chown-tests
index 74e4cfb..58b9656 100644 (file)
@@ -1,20 +1,23 @@
 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
-sleep
+nanosleep
 stat-time
 stdbool
 symlink
 
 configure.ac:
-AC_CHECK_FUNCS_ONCE([getegid usleep])
+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)