factor/basis/tools/files/files-tests.factor

12 lines
312 B
Factor
Raw Normal View History

2008-11-14 01:25:00 -05:00
! Copyright (C) 2008 Your name.
! See http://factorcode.org/license.txt for BSD license.
USING: tools.test tools.files strings kernel ;
IN: tools.files.tests
2008-11-14 01:25:00 -05:00
\ directory. must-infer
2008-11-14 01:25:00 -05:00
[ ] [ "" directory. ] unit-test
2008-12-08 13:46:44 -05:00
[ ]
[ { device-name free-space used-space total-space percent-used } file-systems. ] unit-test