/extra/llvm/invoker/invoker-tests.factor
http://github.com/abeaumont/factor · Factor · 7 lines · 4 code · 1 blank · 2 comment · 0 complexity · 791f63f5c2ccfae05fc04d8c7ae67e70 MD5 · raw file
- ! Copyright (C) 2009 Matthew Willis.
- ! See http://factorcode.org/license.txt for BSD license.
- USING: alien.llvm io.pathnames llvm.invoker llvm.reader tools.test ;
- [ 3 ] [
- << "resource:extra/llvm/reader/add.bc" install-bc >> 1 2 add
- ] unit-test