#include <syscall.h>
#include "tests/lib.h"
#include "tests/main.h"
Go to the source code of this file.
Functions | |
static int | wrap_open (const char *name) |
void | test_main (void) |
void test_main | ( | void | ) |
Definition at line 24 of file dir-rm-cwd.c.
References chdir(), CHECK, create(), inumber(), mkdir(), msg(), name, open(), readdir(), READDIR_MAX_LEN, and wrap_open().
static int wrap_open | ( | const char * | name | ) | [static] |
Definition at line 10 of file dir-rm-cwd.c.
References CHECK, fail(), and open().
Referenced by test_main().