9 lines
216 B
Factor
9 lines
216 B
Factor
|
! 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
|
||
|
|
||
|
\ directory. must-infer
|
||
|
|
||
|
[ ] [ "" directory. ] unit-test
|