r1779: *** empty log message ***
[clsql.git] / doc / intro.sgml
index c7b2d18a1c9fa04e266283e69db6ff218b7e5550..5f0b76b81fb91fc1f413a324b83574d6d99b0d3e 100644 (file)
@@ -72,16 +72,6 @@ are zip files for Microsoft Windows systems and gzipped tar files for
 other systems.</para>
     </sect2>
 
-    <sect2>
-      <title>XPTest (optional)</title>
-      <para>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 <ulink
-url="http://alpha.onshored.com/lisp-software/"><citetitle>site</citetitle></ulink>.
-This package is not required except if you wish to run the &clsql;
-test suite.</para>
-    </sect2>
-
     <sect2>
       <title>Supported Common Lisp Implementation</title>
       <para>
@@ -188,6 +178,18 @@ the main <symbol>:clsql</symbol> system and at least one interface system.
       </para>
     </sect2>
 
+    <sect2>
+      <title>Run test suite</title>
+      <para>
+       After loading &clsql;, you can execute the test program in
+the directory <filename>./test-suite</filename>. The test file,
+<filename>tester-clsql</filename>
+has instructions for creating a <filename>test.config</filename>.
+After creating that file, simple load the test file with Lisp
+and the tests should automatically execute.
+      </para>
+    </sect2>
+
   </sect1>
 
 </chapter>