diff options
author | Tom Tromey <tromey@redhat.com> | 2003-07-11 22:23:13 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2003-07-11 22:23:13 +0000 |
commit | 783b7a595b751a9ce47c7659a264c1ad1baa558c (patch) | |
tree | 49362cdc534853e639889ba366b4a073c3c6cb00 /libjava/testsuite/libjava.verify/README.verify | |
parent | fc0e6222b16f2523c2f037db596995dc4bc00479 (diff) | |
download | gcc-783b7a595b751a9ce47c7659a264c1ad1baa558c.zip gcc-783b7a595b751a9ce47c7659a264c1ad1baa558c.tar.gz gcc-783b7a595b751a9ce47c7659a264c1ad1baa558c.tar.bz2 |
verify.exp: New file.
* libjava.verify/verify.exp: New file.
* libjava.verify/README.verify: New file.
From-SVN: r69253
Diffstat (limited to 'libjava/testsuite/libjava.verify/README.verify')
-rw-r--r-- | libjava/testsuite/libjava.verify/README.verify | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libjava/testsuite/libjava.verify/README.verify b/libjava/testsuite/libjava.verify/README.verify new file mode 100644 index 0000000..d28cdf8 --- /dev/null +++ b/libjava/testsuite/libjava.verify/README.verify @@ -0,0 +1,10 @@ +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. |