CS318 - Pintos
Pintos source browser for JHU CS318 course
Functions
dir-mk-tree.c File Reference
#include "tests/filesys/extended/mk-tree.h"
#include "tests/main.h"
Include dependency graph for dir-mk-tree.c:

Go to the source code of this file.

Functions

void test_main (void)
 Creates directories /0/0/0 through /3/2/2 and creates files in the leaf directories. More...
 

Function Documentation

◆ test_main()

void test_main ( void  )

Creates directories /0/0/0 through /3/2/2 and creates files in the leaf directories.

tests/main.h

Definition at line 8 of file dir-mk-tree.c.

References make_tree().

Here is the call graph for this function: