]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/files/files-tests.factor
a7ef8d82c4e5f68405217b1c307e3f8869ffe7f0
[factor.git] / basis / tools / files / files-tests.factor
1 ! Copyright (C) 2008 Doug Coleman.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: tools.test tools.files strings kernel ;
4
5 { } [ "" directory. ] unit-test
6
7 { } [ file-systems. ] unit-test