factor/core/compiler/compiler-tests.factor

8 lines
184 B
Factor
Raw Normal View History

2008-02-08 02:48:51 -05:00
IN: temporary
USING: tools.browser tools.test kernel sequences vocabs ;
"compiler.test" child-vocabs empty? [
"compiler.test" load-children
"compiler.test" test
] when