llvmpy/test
Siu Kwan Lam 9aadd489c3 Python3 ready. Py2.7 and Py3 working. Drop PyCObject for all.
Pre Py2.7 support should be possible by including  "capsulethunk.h". (See llvm/wrap.h)
2012-07-26 15:25:23 -07:00
..
asm.py Python3 ready. Py2.7 and Py3 working. Drop PyCObject for all. 2012-07-26 15:25:23 -07:00
call-jit-ctypes.py Updated more tests to use unittest. 2012-07-20 21:46:23 -07:00
constants.py Python3 ready. Py2.7 and Py3 working. Drop PyCObject for all. 2012-07-26 15:25:23 -07:00
enginebuilder.py Added EngineBuilder. 2012-07-25 15:31:18 -07:00
example-jit.py Updated more tests to use unittest. 2012-07-20 21:46:23 -07:00
example.py Updated more tests to use unittest. 2012-07-20 21:46:23 -07:00
intrinsic.py Updated more tests to use unittest. 2012-07-20 21:46:23 -07:00
issue10.py Updated more tests to use unittest. 2012-07-20 21:46:23 -07:00
JITTutorial1.py Updating to python 3 with 2to3. Check llvm/py3k_update.diff and llvm/py3k_update.out for the output from this. 2011-06-11 20:39:16 -05:00
JITTutorial2.py Updating to python 3 with 2to3. Check llvm/py3k_update.diff and llvm/py3k_update.out for the output from this. 2011-06-11 20:39:16 -05:00
objcache.py Fix: Object cache was removing objects properly. 2012-07-21 15:57:39 -07:00
opaque.py Add opaque StructType; 2012-07-22 15:14:52 -07:00
operands.py Fix Py3 incompatible in tests. 2012-07-25 19:55:22 -07:00
passes.py Fix Py3 incompatible in tests. 2012-07-25 19:55:22 -07:00
README Avoid object aliasing (with Seth Warn) 2009-02-23 06:49:30 +00:00
test.py Add opaque StructType; 2012-07-22 15:14:52 -07:00
testall.py Fix missing return in llvm/core.py and do some refactoring; 2012-07-23 09:27:24 -07:00
testattrs.py Python3 ready. Py2.7 and Py3 working. Drop PyCObject for all. 2012-07-26 15:25:23 -07:00
uses.py Add opaque StructType; 2012-07-22 15:14:52 -07:00

The files herein serve as examples or testers for various parts of llvm-py.
Everything here is checked to be working before release. All files are
self-contained.