X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=tests%2Freadme.txt;fp=tests%2Freadme.txt;h=c3f618077e23f9191447143e130c3b144e2ad8c7;hb=732e409035898ddc9af5a44067b454b598a39106;hp=0000000000000000000000000000000000000000;hpb=bc9c3a735a4730573972d0689ee5da68cfd623d5;p=ircu2.10.12-pk.git diff --git a/tests/readme.txt b/tests/readme.txt new file mode 100644 index 0000000..c3f6180 --- /dev/null +++ b/tests/readme.txt @@ -0,0 +1,21 @@ +ircu Test Framework +=================== + +This directory contains a simple test driver for ircu, supporting +files, and test scripts. test-driver.pl requires the POE and +POE::Component::IRC modules for Perl; they are available from CPAN. + +The test scripts assume that an instance of ircu has been started +using the ircd.conf file in this directory (e.g. by running +"../ircd/ircd -f `pwd`/ircd.conf"), and that IPv4 support is enabled +on the system. + +The test-driver.pl script accepts several command-line options: + + -D enables POE::Component::IRC debugging output + -V enables test-driver.pl debugging output + -Hipaddr sets the IPv4 address to use for connections to the server + one or more script names to interpret and execute + +The normal output is one dot for each line that is executed. Using +the -D and -V options generates much more output.