CS318 - Pintos
Pintos source browser for JHU CS318 course
Functions
dir-rmdir.c File Reference
#include <syscall.h>
#include "tests/lib.h"
#include "tests/main.h"
Include dependency graph for dir-rmdir.c:

Go to the source code of this file.

Functions

void test_main (void)
 Creates and removes a directory, then makes sure that it's really gone. More...
 

Function Documentation

◆ test_main()

void test_main ( void  )

Creates and removes a directory, then makes sure that it's really gone.

tests/main.h

Definition at line 9 of file dir-rmdir.c.

References chdir(), CHECK, mkdir(), and remove().

Here is the call graph for this function: