]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Document DejaGnu dependency and manual tests
authorBen Kaduk <kaduk@mit.edu>
Tue, 2 Oct 2012 22:03:16 +0000 (18:03 -0400)
committerBen Kaduk <kaduk@mit.edu>
Mon, 8 Oct 2012 19:01:42 +0000 (15:01 -0400)
The Texinfo install guide had a separate subsection about the DejaGnu
tests which did not get converted to the RST source.

In the testing section, also link to the wiki page on manual testing.

ticket: 7407

doc/rst_source/krb_build/doing_build.rst

index 8617a1c3e59f9c548094fff6728af22a6e8ad408..bc438c849e2a62dd560cff5622f5ec0f8c823bf1 100644 (file)
@@ -137,6 +137,10 @@ However, there are several prerequisites that must be satisfied first:
   the test suite.  This often means passing **-**\ **-with-tcl** to
   configure to tell it the location of the Tcl configuration
   script. (See :ref:`options2configure`.)
+* In addition to Tcl, DejaGnu must be available on the system for some
+  of the tests to run.  The test suite will still run the other tests
+  if DejaGnu is not present, but the test coverage will be reduced
+  accordingly.
 * On some operating systems, you have to run ``make install`` before
   running ``make check``, or the test suite will pick up installed
   versions of Kerberos libraries rather than the newly built ones.
@@ -149,6 +153,13 @@ However, there are several prerequisites that must be satisfied first:
   the portmap daemon and it has to be listening to the regular network
   interface (not just localhost).
 
+There are additional regression tests available, which are not run
+by ``make check``.  These tests require manual setup and teardown of
+support infrastructure which is not easily automated, or require
+excessive resources for ordinary use.  The procedure for running
+the manual tests is documented at
+http://k5wiki.kerberos.org/wiki/Manual_Testing.
+
 
 Cleaning up the build
 ---------------------