home *** CD-ROM | disk | FTP | other *** search
- DECAF TESTS README
- ------------------
-
- This directory contains the tests procedures for Decaf. It does
- currently include only a small portability test for Basic_Definitions
- named Port. To compile and run it, type gnatmake port, and then port.
- If somethings wrong happens, please contact me at the following address :
- 100704.2016@compuserve.com
-
-
- Other tests are not included because Decaf can be tested with the Java
- class files provided by Sun; I did run it on all Classes included in
- the lib directory (and sub-directories) and in the Demo classes. To check
- the correctness of the results given by Decaf, run javap (included in
- the JDK distribution) on the same classes and/or look at the source files.
- Again, contact me if you find any difference with Decaf results.
- If you do not have any Java class, there is one included in this
- directory : Decaf_Example.class (source Decaf_Example.java).
-