summaryrefslogtreecommitdiff
path: root/modules/README
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-08-25 12:36:00 +0000
committerBruno Haible <bruno@clisp.org>2005-08-25 12:36:00 +0000
commit5455f49f156e8675ae0703fb0725fbfbe09e773c (patch)
tree2cf9ae726f5e22e3c94ff5b24ad3b5b35dc286c6 /modules/README
parentaedf355f7a419556079c1d3e393fcb0c3430a760 (diff)
downloadgnulib-5455f49f156e8675ae0703fb0725fbfbe09e773c.tar.gz
Support for unit test modules.
Diffstat (limited to 'modules/README')
-rw-r--r--modules/README12
1 files changed, 9 insertions, 3 deletions
diff --git a/modules/README b/modules/README
index 29c9198f10..f7e679b390 100644
--- a/modules/README
+++ b/modules/README
@@ -1,9 +1,15 @@
-This directory contains metainformation about the gnulib modules, one file
-per module. These files are used by gnulib-tool.
+This directory contains metainformation about the gnulib modules, one or two
+files per module. These files are used by gnulib-tool.
+
+For every module,
+ - the file <module> is the metainformation about the library code of the
+ module,
+ - the file <module>-tests is the metainformation about the unit test of
+ the module (optional but recommended).
All the files in this directory are distributed under the following copyright:
- Copyright (C) 2002-2004 Free Software Foundation, Inc.
+ Copyright (C) 2002-2005 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
in any medium, are permitted without royalty provided the copyright
notice and this notice are preserved.