00001 /* Creates directories /0/0/0 through /3/2/2 and creates files in 00002 the leaf directories. */ 00003 00004 #include "tests/filesys/extended/mk-tree.h" 00005 #include "tests/main.h" 00006 00007 void 00008 test_main (void) 00009 { 00010 make_tree (4, 3, 3, 4); 00011 } 00012