factor/basis/help/handbook/handbook-tests.factor

9 lines
275 B
Factor
Raw Normal View History

2008-03-11 20:51:58 -04:00
IN: help.handbook.tests
USING: help tools.test ;
[ ] [ "article-index" print-topic ] unit-test
[ ] [ "primitive-index" print-topic ] unit-test
[ ] [ "error-index" print-topic ] unit-test
[ ] [ "type-index" print-topic ] unit-test
[ ] [ "class-index" print-topic ] unit-test