ircu2.10.12 pk910 fork
[ircu2.10.12-pk.git] / tests / readme.txt
1 ircu Test Framework
2 ===================
3
4 This directory contains a simple test driver for ircu, supporting
5 files, and test scripts.  test-driver.pl requires the POE and
6 POE::Component::IRC modules for Perl; they are available from CPAN.
7
8 The test scripts assume that an instance of ircu has been started
9 using the ircd.conf file in this directory (e.g. by running
10 "../ircd/ircd -f `pwd`/ircd.conf"), and that IPv4 support is enabled
11 on the system.
12
13 The test-driver.pl script accepts several command-line options:
14
15  -D enables POE::Component::IRC debugging output
16  -V enables test-driver.pl debugging output
17  -Hipaddr sets the IPv4 address to use for connections to the server
18  one or more script names to interpret and execute
19
20 The normal output is one dot for each line that is executed.  Using
21 the -D and -V options generates much more output.