Add the NOTQUIT ACL.
[exim.git] / test / ABOUT
CommitLineData
151b83f8
PH
1$Cambridge: exim/test/ABOUT,v 1.1 2006/02/06 16:07:10 ph10 Exp $
2
3CVS directory exim/exim-test
4----------------------------
5
6The files in this directory are those that comprise the Exim test suite. The
7README file contains a complete description of the suite and how it works. The
8contents of this directory are:
9
10FILES
11
12Makefile.in source of the Makefile for building auxiliary test programs
13README description and instructions for running the test suite
14configure.ac autoconf configuration file
15listtests shell/Perl script for listing the available tests
16patchexim Perl script for patching Exim in preparation for testing
17runtest Perl script for running the tests
18
19DIRECTORIES
20
21aux-fixed fixed auxiliary data files
22aux-var-src source for variable data files
23confs Exim configurations for the tests
24dnszones-src sources for fake DNS zone files
25log saved mainlogs
26mail saved mailboxes
27msglog saved message logs
28paniclog saved panic logs
29rejectlog saved reject logs
30scripts scripts for the tests
31src sources for auxiliary programs
32stderr saved stderr outputs
33stdout saved stdout output
34
35The scripts directory is subdivided into subdirectories containing tests of
36different categories.
37
38End