Libjit 0.0.2 and writing test cases
Rhys Weatherley <[email protected]>
| Newsgroups | gmane.comp.gnu.dotgnu.developer |
|---|---|
| Organization | Southern Storm Software, Pty Ltd |
| Message-ID | <[email protected]> |
I have packaged up the current state of the libjit tree into a 0.0.2 release:
http://www.southern-storm.com.au/download/libjit-0.0.2.tar.gz
Libjit is now at the state where primary testing and bug fixing can begin. We
initially need test cases that cover all of the functions in "jit-insn.h".
The easiest way to write a test case is to write a small program in the
"Dynamic Pascal" language that exercises the feature in question. Then place
it into the "libjit/tests" directory. The "libjit/tests/README" file
contains more information on how to do this. A couple of test cases are
already provided that demonstrate the concept.
Cheers,
Rhys.