maint: remove explicit Files: tests/init.sh; depend on test-framework-sh
authorJim Meyering <meyering@redhat.com>
Fri, 23 Dec 2011 11:14:15 +0000 (12:14 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 23 Dec 2011 13:55:31 +0000 (14:55 +0100)
* modules/atexit-tests: Rather than listing tests/init.sh,
now that there's a module for it, simply depend on that new module.
* modules/closein-tests: Likewise.
* modules/exclude-tests: Likewise.
* modules/getcwd-tests: Likewise.
* modules/perror-tests: Likewise.
* modules/pread-tests: Likewise.
* modules/pwrite-tests: Likewise.
* modules/vc-list-files-tests: Likewise.
* modules/verify-tests: Likewise.
* modules/xalloc-die-tests: Likewise.
* modules/xstrtoimax-tests: Likewise.
* modules/xstrtol-tests: Likewise.
* modules/xstrtoll-tests: Likewise.
* modules/xstrtoumax-tests: Likewise.
* modules/yesno-tests: Likewise.

16 files changed:
ChangeLog
modules/atexit-tests
modules/closein-tests
modules/exclude-tests
modules/getcwd-tests
modules/perror-tests
modules/pread-tests
modules/pwrite-tests
modules/vc-list-files-tests
modules/verify-tests
modules/xalloc-die-tests
modules/xstrtoimax-tests
modules/xstrtol-tests
modules/xstrtoll-tests
modules/xstrtoumax-tests
modules/yesno-tests

index 43336af..f65801f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2011-12-23  Jim Meyering  <meyering@redhat.com>
+
+       maint: remove explicit Files: tests/init.sh; depend on test-framework-sh
+       * modules/atexit-tests: Rather than listing tests/init.sh,
+       now that there's a module for it, simply depend on that new module.
+       * modules/closein-tests: Likewise.
+       * modules/exclude-tests: Likewise.
+       * modules/getcwd-tests: Likewise.
+       * modules/perror-tests: Likewise.
+       * modules/pread-tests: Likewise.
+       * modules/pwrite-tests: Likewise.
+       * modules/vc-list-files-tests: Likewise.
+       * modules/verify-tests: Likewise.
+       * modules/xalloc-die-tests: Likewise.
+       * modules/xstrtoimax-tests: Likewise.
+       * modules/xstrtol-tests: Likewise.
+       * modules/xstrtoll-tests: Likewise.
+       * modules/xstrtoumax-tests: Likewise.
+       * modules/yesno-tests: Likewise.
+
 2011-12-22  Jim Meyering  <meyering@redhat.com>
 
        test-framework-sh: add minimal tests of init.sh's compare function
index 1d1f0d0..815fce0 100644 (file)
@@ -1,10 +1,10 @@
 Files:
-tests/init.sh
 tests/signature.h
 tests/test-atexit.sh
 tests/test-atexit.c
 
 Depends-on:
+test-framework-sh
 unistd
 
 configure.ac:
index 8cbf593..1cc6609 100644 (file)
@@ -1,11 +1,11 @@
 Files:
-tests/init.sh
 tests/test-closein.sh
 tests/test-closein.c
 
 Depends-on:
 binary-io
 ignore-value
+test-framework-sh
 
 configure.ac:
 
index 072a4e6..9900fb3 100644 (file)
@@ -1,5 +1,4 @@
 Files:
-tests/init.sh
 tests/test-exclude.c
 tests/test-exclude1.sh
 tests/test-exclude2.sh
@@ -11,9 +10,10 @@ tests/test-exclude7.sh
 tests/test-exclude8.sh
 
 Depends-on:
-progname
-error
 argmatch
+error
+progname
+test-framework-sh
 
 Makefile.am:
 TESTS += \
index 1cbf0fb..e5a7bd7 100644 (file)
@@ -1,7 +1,6 @@
 Files:
 tests/test-getcwd.c
 tests/test-getcwd.sh
-tests/init.sh
 
 Depends-on:
 errno
@@ -9,6 +8,7 @@ fcntl-h
 getcwd-lgpl
 pathmax
 sys_stat
+test-framework-sh
 
 configure.ac:
 
index 5e41800..016c89d 100644 (file)
@@ -1,5 +1,4 @@
 Files:
-tests/init.sh
 tests/macros.h
 tests/signature.h
 tests/test-perror.c
@@ -10,6 +9,7 @@ Depends-on:
 dup2
 ftruncate
 strerror
+test-framework-sh
 
 configure.ac:
 
index 72e4613..eead17b 100644 (file)
@@ -1,11 +1,11 @@
 Files:
 tests/test-pread.c
 tests/test-pread.sh
-tests/init.sh
 tests/signature.h
 tests/macros.h
 
 Depends-on:
+test-framework-sh
 
 configure.ac:
 
index 6249a8e..1dbdcc2 100644 (file)
@@ -1,11 +1,11 @@
 Files:
 tests/test-pwrite.sh
 tests/test-pwrite.c
-tests/init.sh
 tests/signature.h
 tests/macros.h
 
 Depends-on:
+test-framework-sh
 
 configure.ac:
 
index 368a5bf..a66a45b 100644 (file)
@@ -1,9 +1,9 @@
 Files:
 tests/test-vc-list-files-git.sh
 tests/test-vc-list-files-cvs.sh
-tests/init.sh
 
 Depends-on:
+test-framework-sh
 
 configure.ac:
 abs_aux_dir=`cd "$ac_aux_dir"; pwd`
index 936ed56..939a1ce 100644 (file)
@@ -1,9 +1,9 @@
 Files:
 tests/test-verify.c
 tests/test-verify.sh
-tests/init.sh
 
 Depends-on:
+test-framework-sh
 
 configure.ac:
 
index ca7acd2..e611f80 100644 (file)
@@ -1,10 +1,10 @@
 Files:
 tests/test-xalloc-die.c
 tests/test-xalloc-die.sh
-tests/init.sh
 
 Depends-on:
 progname
+test-framework-sh
 
 Makefile.am:
 TESTS += test-xalloc-die.sh
index ea8e1ba..52dd71e 100644 (file)
@@ -1,9 +1,9 @@
 Files:
-tests/init.sh
 tests/test-xstrtoimax.c
 tests/test-xstrtoimax.sh
 
 Depends-on:
+test-framework-sh
 
 configure.ac:
 
index 1fa29ab..da11c19 100644 (file)
@@ -1,11 +1,11 @@
 Files:
-tests/init.sh
 tests/test-xstrtol.c
 tests/test-xstrtoul.c
 tests/test-xstrtol.sh
 
 Depends-on:
 inttypes
+test-framework-sh
 
 configure.ac:
 
index bef462a..d4e24d9 100644 (file)
@@ -1,5 +1,4 @@
 Files:
-tests/init.sh
 tests/test-xstrtol.c
 tests/test-xstrtoll.c
 tests/test-xstrtoull.c
@@ -7,6 +6,7 @@ tests/test-xstrtoll.sh
 
 Depends-on:
 inttypes
+test-framework-sh
 
 configure.ac:
 
index 5d49c4b..83c4d1b 100644 (file)
@@ -1,9 +1,9 @@
 Files:
-tests/init.sh
 tests/test-xstrtoumax.c
 tests/test-xstrtoumax.sh
 
 Depends-on:
+test-framework-sh
 
 configure.ac:
 
index 3e1e0a2..4582cef 100644 (file)
@@ -1,11 +1,11 @@
 Files:
-tests/init.sh
 tests/test-yesno.c
 tests/test-yesno.sh
 
 Depends-on:
-closein
 binary-io
+closein
+test-framework-sh
 
 configure.ac: