Testsuites and Test Results

Ranjit Mathew rmathew@hotmail.com
Tue Jun 10 04:53:00 GMT 2003


> Ranjit> IMHO, the first paragraph in the page above should also be
> Ranjit> included in this page:
> Ranjit>    http://gcc.gnu.org/install/test.html
> 
> Could you send a patch?

Sure - included below. I couldn't find the HTML file separately
in the CVS repository, so I think it is generated
from "gcc/doc/install.texi" either automatically or
manually.

I chose to add this info to the "How can I run the test
suite on selected tests?" sub-section rather than the
"Additional testing for Java Class Libraries" section, as
I feel it properly belongs to the former.

Ranjit.

Index: ChangeLog
from  Ranjit Mathew  <rmathew@hotmail.com>

	* install.texi (Testing): Added information on how to run
	Java runtime tests separately.

Index: install.texi
===================================================================
--- install.texi	Tue Jun 10 09:59:42 2003
+++ install.texi	Tue Jun 10 10:07:40 2003
@@ -1495,4 +1495,7 @@
 @samp{Running @dots{}  .exp} lines.

+Java runtime tests can be executed via @samp{make check} from
+the @samp{testsuite} directory of the libjava hierarchy
+in the build tree.

 @section Additional testing for Java Class Libraries




More information about the Java mailing list