llvmpy/test
2012-09-22 20:59:03 -05:00
..
call-jit-ctypes.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
constants.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
example-jit.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
example.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
JITTutorial1.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
JITTutorial2.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
metadata.py a simply exercise for tbaa tree building. 2012-09-19 12:31:51 -07:00
native_asm.py Make it possible to pass LLVM options from environment variables. 2012-08-26 21:00:56 -07:00
operands.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
README update readme 2012-09-12 15:55:36 -05:00
test.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
testall.py fixed file mode of test files 2012-08-19 01:27:42 -05:00

The files herein serve as examples.

All tests should be part of the llvm.test() function (i.e. part of
llvm.test_llvmpy), such that they can be easily run when llvmpy is deployed.

Everything here is checked to be working before release. All files are
self-contained.