add invoker test that tests the entire llvm binding so far

db4
Matthew Willis 2009-06-30 11:58:09 +09:00
parent 1716a4bec8
commit d4c03d8459
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
USING: alien.llvm io.pathnames llvm.invoker llvm.reader tools.test ;
[ 3 ] [
<<
"extra/llvm/reader/add.bc" resource-path "add" load-into-jit
"add" install-module
>> 1 2 add
] unit-test