]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
install.texi (Testing): Add information on how to run Java runtime tests separately.
authorRanjit Mathew <rmathew@hotmail.com>
Tue, 17 Jun 2003 21:28:05 +0000 (21:28 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Tue, 17 Jun 2003 21:28:05 +0000 (21:28 +0000)
* install.texi (Testing): Add information on how to run Java
runtime tests separately.

From-SVN: r68114

gcc/ChangeLog
gcc/doc/install.texi

index f2474ac30432923f1685f22b2bac864029e10e3e..c3fa8722e1a1e849a61e8dc681da02425d146c59 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-17  Ranjit Mathew  <rmathew@hotmail.com>
+
+       * install.texi (Testing): Add information on how to run Java
+       runtime tests separately.
+
 2003-06-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
        * config/mips/mips.md (trap): Use break 0 when !TARGET_GAS.
index 9a4e58f9389b0e2dca99873035eed08aaa63324d..b9e4800582b84a2e500e2e074b402a208c86016f 100644 (file)
@@ -1494,6 +1494,9 @@ To get a list of the possible @file{*.exp} files, pipe the
 output of @samp{make check} into a file and look at the
 @samp{Running @dots{}  .exp} lines.
 
+The Java runtime tests can be executed via @samp{make check}
+in the @file{@var{target}/libjava/testsuite} directory in
+the build tree.
 
 @section Additional testing for Java Class Libraries