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