diff options
author | Ranjit Mathew <rmathew@hotmail.com> | 2003-06-17 19:00:40 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2003-06-17 19:00:40 +0000 |
commit | 0d5c606b64f7ff6e7f1cd44fd4b11b24fca72ae1 (patch) | |
tree | adc23c4a992113f75300a32ddf0c4f98af1eb3a2 | |
parent | d32fad6487989bba67e555421ee56832ed167291 (diff) | |
download | gcc-0d5c606b64f7ff6e7f1cd44fd4b11b24fca72ae1.zip gcc-0d5c606b64f7ff6e7f1cd44fd4b11b24fca72ae1.tar.gz gcc-0d5c606b64f7ff6e7f1cd44fd4b11b24fca72ae1.tar.bz2 |
sourcebuild.texi (libgcj Tests): Simplify instructions on how to run Java runtime tests separately.
* doc/sourcebuild.texi (libgcj Tests): Simplify instructions on how
to run Java runtime tests separately.
Co-Authored-By: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
From-SVN: r68103
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8e49db0..3202bf8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index a079bce..3537f1c 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -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} |