factor/core/init/init-tests.factor

8 lines
198 B
Factor
Raw Normal View History

2008-03-01 17:00:45 -05:00
IN: init.tests
2008-02-27 20:23:22 -05:00
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