From: Ranjit Mathew Date: Tue, 17 Jun 2003 21:28:05 +0000 (+0000) Subject: install.texi (Testing): Add information on how to run Java runtime tests separately. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=688d8b84d3724f8e7f75d125bc94dba5004b68d2;p=platform%2Fupstream%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f2474ac..c3fa872 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-06-17 Ranjit Mathew + + * install.texi (Testing): Add information on how to run Java + runtime tests separately. + 2003-06-17 Rainer Orth * config/mips/mips.md (trap): Use break 0 when !TARGET_GAS. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 9a4e58f..b9e4800 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