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