]> gitweb.factorcode.org Git - factor.git/commitdiff
add invoker test that tests the entire llvm binding so far
authorMatthew Willis <matthew.willis@mac.com>
Tue, 30 Jun 2009 02:58:09 +0000 (11:58 +0900)
committerMatthew Willis <matthew.willis@mac.com>
Tue, 30 Jun 2009 02:58:09 +0000 (11:58 +0900)
extra/llvm/invoker/invoker-tests.factor [new file with mode: 0644]

diff --git a/extra/llvm/invoker/invoker-tests.factor b/extra/llvm/invoker/invoker-tests.factor
new file mode 100644 (file)
index 0000000..7ed723e
--- /dev/null
@@ -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
\ No newline at end of file