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