factor/core/init/init-tests.factor

8 lines
197 B
Factor
Raw Normal View History

2008-02-27 20:23:22 -05:00
IN: temporary
USING: init namespaces sequences math tools.test kernel ;
[ t ] [
init-hooks get [ first "libc" = ] find drop
init-hooks get [ first "io.backend" = ] find drop <
] unit-test