test-framework-sh: new module
authorJim Meyering <meyering@redhat.com>
Fri, 23 Dec 2011 09:53:10 +0000 (10:53 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 23 Dec 2011 13:52:09 +0000 (14:52 +0100)
* modules/test-framework-sh: New file.
* MODULES.html.sh (Support for maintaining and releasing projects):
List it.

ChangeLog
MODULES.html.sh
modules/test-framework-sh [new file with mode: 0644]

index 5545a2c..88ddad7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2011-12-22  Jim Meyering  <meyering@redhat.com>
 
+       test-framework-sh: new module
+       * modules/test-framework-sh: New file.
+       * MODULES.html.sh (Support for maintaining and releasing projects):
+       List it.
+
        init.sh: do not emit simulated diff output to stderr
        * tests/init.sh (compare_dev_null_): Print to stdout, not stderr.
 
index bc8a1a6..2ddec49 100755 (executable)
@@ -3525,6 +3525,7 @@ func_all_modules ()
   func_module maintainer-makefile
   func_module mktempd
   func_module readme-release
+  func_module test-framework-sh
   func_module update-copyright
   func_module useless-if-before-free
   func_module vc-list-files
diff --git a/modules/test-framework-sh b/modules/test-framework-sh
new file mode 100644 (file)
index 0000000..249f426
--- /dev/null
@@ -0,0 +1,19 @@
+Description:
+Bourne-shell-based testing framework
+
+Files:
+tests/init.sh
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+
+License:
+GPL
+
+Maintainer:
+Jim Meyering