2009-06-30 22:08:57 -04:00
|
|
|
! Copyright (C) 2009 Matthew Willis.
|
|
|
|
! See http://factorcode.org/license.txt for BSD license.
|
2009-06-27 05:41:40 -04:00
|
|
|
USING: destructors llvm.jit llvm.wrappers tools.test ;
|
|
|
|
|
2009-06-29 22:43:04 -04:00
|
|
|
[ ] [ "test" <module> "test" add-module "test" remove-module ] unit-test
|