doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / lchown-tests
index c33103a..d7288fe 100644 (file)
@@ -1,19 +1,22 @@
 Files:
+tests/nap.h
 tests/test-lchown.h
 tests/test-lchown.c
+tests/signature.h
+tests/macros.h
 
 Depends-on:
+ignore-value
 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-lchown
 check_PROGRAMS += test-lchown
-test_lchown_LDADD = $(LDADD) @LIBINTL@
+test_lchown_LDADD = $(LDADD) $(LIB_NANOSLEEP)