gcc/libjava/testsuite/libjava.verify
Tom Tromey 01482e6ded verify.exp (gcj_verify_list_tests): Only change directory if new directory exists.
* libjava.verify/verify.exp (gcj_verify_list_tests): Only change
	directory if new directory exists.

From-SVN: r69590
2003-07-19 15:43:20 +00:00
..
README.verify verify.exp: New file. 2003-07-11 22:23:13 +00:00
verify.exp verify.exp (gcj_verify_list_tests): Only change directory if new directory exists. 2003-07-19 15:43:20 +00:00

README.verify

The verifier tests come from Mauve.
See http://sources.redhat.com/mauve

You want the "verify" module in the Mauve cvs repository.

In Mauve, only the sources are checked in.  However, these need
jasmin to be compiled to bytecode.  Since jasmin would require either
another VM or gcj itself to already be working and installed (just to
compile it), we've chose to precompile all the .j files to .class
files and then import the result.