Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / src / tests / filesys / extended / mk-tree.h
1 #ifndef TESTS_FILESYS_EXTENDED_MK_TREE_H
2 #define TESTS_FILESYS_EXTENDED_MK_TREE_H
3
4 void make_tree (int at, int bt, int ct, int dt);
5
6 #endif /* tests/filesys/extended/mk-tree.h */