/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

  1. ! Copyright (C) 2009 Matthew Willis.
  2. ! See http://factorcode.org/license.txt for BSD license.
  3. USING: alien.llvm io.pathnames llvm.invoker llvm.reader tools.test ;
  4. [ 3 ] [
  5. << "resource:extra/llvm/reader/add.bc" install-bc >> 1 2 add
  6. ] unit-test