factor/core/system/system-tests.factor

7 lines
168 B
Factor
Raw Normal View History

2007-11-15 04:40:23 -05:00
USING: math tools.test system prettyprint ;
2008-03-01 17:00:45 -05:00
IN: system.tests
2007-09-20 18:09:08 -04:00
[ t ] [ cell integer? ] unit-test
[ t ] [ bootstrap-cell integer? ] unit-test
2007-11-15 04:40:23 -05:00
[ ] [ os-envs . ] unit-test