aboutsummaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.verify/README.verify
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/testsuite/libjava.verify/README.verify')
-rw-r--r--libjava/testsuite/libjava.verify/README.verify10
1 files changed, 0 insertions, 10 deletions
diff --git a/libjava/testsuite/libjava.verify/README.verify b/libjava/testsuite/libjava.verify/README.verify
deleted file mode 100644
index d28cdf8..0000000
--- a/libjava/testsuite/libjava.verify/README.verify
+++ /dev/null
@@ -1,10 +0,0 @@
-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.