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

9 lines
227 B
Factor
Raw Normal View History

! Copyright (C) 2008 Doug Coleman.
2008-11-14 01:25:00 -05:00
! 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. ] unit-test
2008-12-08 13:46:44 -05:00
[ ] [ file-systems. ] unit-test