factor/extra/llvm/jit/jit-tests.factor

5 lines
222 B
Factor
Raw Normal View History

! Copyright (C) 2009 Matthew Willis.
! See http://factorcode.org/license.txt for BSD license.
USING: destructors llvm.jit llvm.wrappers tools.test ;
[ ] [ "test" <module> "test" add-module "test" remove-module ] unit-test