doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / perror-tests
index 867f920..016c89d 100644 (file)
@@ -1,12 +1,18 @@
 Files:
+tests/macros.h
 tests/signature.h
 tests/test-perror.c
+tests/test-perror2.c
 tests/test-perror.sh
 
 Depends-on:
+dup2
+ftruncate
+strerror
+test-framework-sh
 
 configure.ac:
 
 Makefile.am:
-TESTS += test-perror.sh
-check_PROGRAMS += test-perror
+TESTS += test-perror.sh test-perror2
+check_PROGRAMS += test-perror test-perror2