]> gitweb.factorcode.org Git - factor.git/blob - unmaintained/llvm/jit/jit-tests.factor
tools.test: Make the flag public. Finish porting tester changes to fuzzer.
[factor.git] / unmaintained / llvm / jit / jit-tests.factor
1 ! Copyright (C) 2009 Matthew Willis.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: destructors llvm.jit llvm.wrappers tools.test ;
4
5 { } [ "test" <module> "test" add-module "test" remove-module ] unit-test