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

Go to the source code of this file.

Functions

void test_main (void)
 Executes child-mm-wrt and verifies that the writes that should have occurred really did. More...
 

Function Documentation

◆ test_main()

void test_main ( void  )

Executes child-mm-wrt and verifies that the writes that should have occurred really did.

tests/main.h

Definition at line 10 of file mmap-exit.c.

References CHECK, check_file(), exec(), quiet, and wait().

Here is the call graph for this function: