changeset 16181:50998a8507ac

test-framework-sh: new module * modules/test-framework-sh: New file. * MODULES.html.sh (Support for maintaining and releasing projects): List it.
author Jim Meyering <meyering@redhat.com>
date Fri, 23 Dec 2011 10:53:10 +0100
parents f447dbbe2fe7
children 9dbd02efb30b
files ChangeLog MODULES.html.sh modules/test-framework-sh
diffstat 3 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
 
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -3525,6 +3525,7 @@
   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
new file mode 100644
--- /dev/null
+++ b/modules/test-framework-sh
@@ -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