00001 /* Creates a directory, 00002 then creates 50 files in that directory. */ 00003 00004 #define FILE_CNT 50 00005 #define DIRECTORY "/x" 00006 #include "tests/filesys/extended/grow-dir.inc"