This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Testsuites and Test Results


On Tue, 17 Jun 2003, 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]