2009-01-13 16:48:59 -05:00
|
|
|
! Copyright (C) 2008 Doug Coleman.
|
2008-11-14 01:25:00 -05:00
|
|
|
! See http://factorcode.org/license.txt for BSD license.
|
2008-12-02 22:49:59 -05:00
|
|
|
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
|
|
|
|
2008-12-09 18:50:47 -05:00
|
|
|
[ ] [ file-systems. ] unit-test
|