Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / src / tests / filesys / extended / dir-mk-tree.c
1 #include "tests/filesys/extended/mk-tree.h"
2 #include "tests/main.h"
3
4 void
5 test_main (void) 
6 {
7   make_tree (4, 3, 3, 4);
8 }
9