OSDN Git Service

* doc/sourcebuild.texi (libgcj Tests): Simplify instructions on how
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Jun 2003 19:00:40 +0000 (19:00 +0000)
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Jun 2003 19:00:40 +0000 (19:00 +0000)
to run Java runtime tests separately.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68103 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/sourcebuild.texi

index 8e49db0..3202bf8 100644 (file)
@@ -1,3 +1,9 @@
+2003-06-17  Ranjit Mathew  <rmathew@hotmail.com>
+            Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+       
+       * doc/sourcebuild.texi (libgcj Tests): Simplify instructions on how
+       to run Java runtime tests separately.
+
 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
 
        * config/h8300/h8300-protos.h: Update a comment.
index a079bce..3537f1c 100644 (file)
@@ -944,9 +944,9 @@ test cases and magic comments more.
 @node libgcj Tests
 @subsection The Java library test suites.
 
-Runtime tests are executed via @samp{make check} from the @samp{testsuite}
-directory of the libjava hierarchy in the build tree.  Additional runtime
-tests can be checked into this testsuite.
+Runtime tests are executed via @samp{make check} in the
+@file{@var{target}/libjava/testsuite} directory in the build
+tree.  Additional runtime tests can be checked into this testsuite.
 
 Regression testing of the core packages in libgcj is also covered by the
 Mauve test suite.  The @uref{http://sources.redhat.com/mauve/,,Mauve Project}