summaryrefslogtreecommitdiff
path: root/test/ABOUT
blob: 6899a778f486174817d8836492a57d5e415e1743 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Exim repository: 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