X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=doc%2Fintro.sgml;fp=doc%2Fintro.sgml;h=5f0b76b81fb91fc1f413a324b83574d6d99b0d3e;hp=c7b2d18a1c9fa04e266283e69db6ff218b7e5550;hb=a9c9179635656d100361bcd513e971f2d71c7ac8;hpb=b47db1f5366da9da4bee4a62381e3a5bc8f3c52d diff --git a/doc/intro.sgml b/doc/intro.sgml index c7b2d18..5f0b76b 100644 --- a/doc/intro.sgml +++ b/doc/intro.sgml @@ -72,16 +72,6 @@ are zip files for Microsoft Windows systems and gzipped tar files for other systems. - - XPTest (optional) - The test suite for &clsql; uses the onShore Development's -XPTest package. onShore has graciously put the package in the public -domain. You can download the package from onShore's web site. -This package is not required except if you wish to run the &clsql; -test suite. - - Supported Common Lisp Implementation @@ -188,6 +178,18 @@ the main :clsql system and at least one interface system. + + Run test suite + + After loading &clsql;, you can execute the test program in +the directory ./test-suite. The test file, +tester-clsql +has instructions for creating a test.config. +After creating that file, simple load the test file with Lisp +and the tests should automatically execute. + + +