doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / lchown-tests
index 7e4d502..d7288fe 100644 (file)
@@ -2,11 +2,13 @@ Files:
 tests/nap.h
 tests/test-lchown.h
 tests/test-lchown.c
+tests/signature.h
+tests/macros.h
 
 Depends-on:
+ignore-value
 mgetgroups
-progname
-usleep
+nanosleep
 stat-time
 stdbool
 symlink
@@ -17,4 +19,4 @@ 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)