PKUOS - Pintos
Pintos source browser for PKU Operating System course
page-merge-mm.c
Go to the documentation of this file.
1#include "tests/main.h"
3
4void
5test_main (void)
6{
7 parallel_merge ("child-qsort-mm", 80);
8}
void test_main(void)
tests/main.h
Definition: page-merge-mm.c:5
void parallel_merge(const char *child_name, int exit_status)
tests/vm/parallel-merge.h