home *** CD-ROM | disk | FTP | other *** search
/ Hacker / Hacker.iso / HACKER / DECOMP / DECAF / TESTS / readme.tes < prev   
Encoding:
Text File  |  1996-09-19  |  1009 b   |  19 lines

  1.                              DECAF TESTS README
  2.                              ------------------
  3.  
  4.    This directory contains the tests procedures for Decaf. It does
  5.    currently include only a small portability test for Basic_Definitions
  6.    named Port. To compile and run it, type gnatmake port, and then port.
  7.    If somethings wrong happens, please contact me at the following address :
  8.       100704.2016@compuserve.com
  9.       
  10.       
  11.    Other tests are not included because Decaf can be tested with the Java
  12.    class files provided by Sun; I did run it on all Classes included in
  13.    the lib directory (and sub-directories) and in the Demo classes. To check
  14.    the correctness of the results given by Decaf, run javap (included in
  15.    the JDK distribution) on the same classes and/or look at the source files.
  16.    Again, contact me if you find any difference with Decaf results.
  17.    If you do not have any Java class, there is one included in this 
  18.    directory : Decaf_Example.class (source Decaf_Example.java).
  19.