#include <random.h>
#include <string.h>
#include <syscall.h>
#include "tests/lib.h"
#include "tests/main.h"
Go to the source code of this file.
Functions | |
void | test_main (void) |
Variables | |
char | buf1 [1234] |
char | buf2 [1234] |
void test_main | ( | void | ) |
Definition at line 14 of file syn-remove.c.
References buf1, buf2, CHECK, close(), compare_bytes(), create(), file_name, msg(), open(), random_bytes(), read(), seek(), and write().
char buf1[1234] |
Definition at line 10 of file syn-remove.c.
Referenced by init(), main(), merge(), sort_chunks(), and test_main().
char buf2[1234] |
Definition at line 11 of file syn-remove.c.
Referenced by main(), merge(), test_main(), and verify().