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

Go to the source code of this file.

Functions

void test_main (void)
 Verifies that trying to create a file under a name that already exists will fail. More...
 

Function Documentation

◆ test_main()

void test_main ( void  )

Verifies that trying to create a file under a name that already exists will fail.

tests/main.h

Definition at line 9 of file create-exists.c.

References CHECK, and create().

Here is the call graph for this function: