summaryrefslogtreecommitdiff
path: root/test/ABOUT
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-06 16:07:10 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-06 16:07:10 +0000
commit151b83f867487080e8f0e5cd6179e857dc6b3ccb (patch)
treedbcf00f18c4854a6c30e22b1a390ea842d7e5b38 /test/ABOUT
parent309bd837529724b7574e2b0b7bdaf1a271137199 (diff)
downloadexim4-151b83f867487080e8f0e5cd6179e857dc6b3ccb.tar.gz
CVS-ing the new test suite.
Diffstat (limited to 'test/ABOUT')
-rw-r--r--test/ABOUT38
1 files changed, 38 insertions, 0 deletions
diff --git a/test/ABOUT b/test/ABOUT
new file mode 100644
index 000000000..abe52f040
--- /dev/null
+++ b/test/ABOUT
@@ -0,0 +1,38 @@
+$Cambridge: exim/test/ABOUT,v 1.1 2006/02/06 16:07:10 ph10 Exp $
+
+CVS directory exim/exim-test
+----------------------------
+
+The files in this directory are those that comprise the Exim test suite. The
+README file contains a complete description of the suite and how it works. The
+contents of this directory are:
+
+FILES
+
+Makefile.in source of the Makefile for building auxiliary test programs
+README description and instructions for running the test suite
+configure.ac autoconf configuration file
+listtests shell/Perl script for listing the available tests
+patchexim Perl script for patching Exim in preparation for testing
+runtest Perl script for running the tests
+
+DIRECTORIES
+
+aux-fixed fixed auxiliary data files
+aux-var-src source for variable data files
+confs Exim configurations for the tests
+dnszones-src sources for fake DNS zone files
+log saved mainlogs
+mail saved mailboxes
+msglog saved message logs
+paniclog saved panic logs
+rejectlog saved reject logs
+scripts scripts for the tests
+src sources for auxiliary programs
+stderr saved stderr outputs
+stdout saved stdout output
+
+The scripts directory is subdivided into subdirectories containing tests of
+different categories.
+
+End