diff options
author | Ranjit Mathew <rmathew@hotmail.com> | 2003-06-17 21:28:05 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2003-06-17 21:28:05 +0000 |
commit | 688d8b84d3724f8e7f75d125bc94dba5004b68d2 (patch) | |
tree | 47b5f65979a964ac4366d8beb7588988c0fe7a7f /gcc/doc | |
parent | 94b2a23bc85cab80bc9db753e3f082ae2df550f2 (diff) | |
download | gcc-688d8b84d3724f8e7f75d125bc94dba5004b68d2.tar.gz |
install.texi (Testing): Add information on how to run Java runtime tests separately.
* install.texi (Testing): Add information on how to run Java
runtime tests separately.
From-SVN: r68114
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 9a4e58f9389..b9e4800582b 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -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 |