Testsuites and Test Results
Gerald Pfeifer
pfeifer@dbai.tuwien.ac.at
Tue Jun 17 21:25:00 GMT 2003
On 2003年6月17日, Ranjit Mathew wrote:
> Ok, I'm attaching a modified patch below that makes this
> change to both install.texi and sourcebuild.texi.
> * install.texi (Testing): Added information on how to run
> Java runtime tests separately.
> Added @var{target} to the paths specified for placing the
> Mauve and Jacks test suites.
> Rephrased the Jacks test suite paragraph to force
> makeinfo to really show it as a separate paragraph in HTML.
I believe the second set of changes is not correct, and the additional
test should go into the source directory, so (also taking into account
Joseph's response concerning the makeinfo issue), I have committed the
patch below on mainline and the 3.3-branch.
Thanks!
Gerald
2003年06月17日 Ranjit Mathew <rmathew@hotmail.com>
* install.texi (Testing): Add information on how to run Java
runtime tests separately.
Index: doc/install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.203
diff -u -3 -p -r1.203 install.texi
--- doc/install.texi 17 Jun 2003 17:02:59 -0000 1.203
+++ doc/install.texi 17 Jun 2003 21:21:53 -0000
@@ -1494,6 +1494,9 @@ To get a list of the possible @file{*.ex
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
More information about the Java
mailing list