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

8 lines
205 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 ;
2008-11-14 01:25:00 -05:00
{ } [ "" directory. ] unit-test
2008-12-08 13:46:44 -05:00
{ } [ file-systems. ] unit-test