#include <stdio.h>#include "util/test.h"
Go to the source code of this file.
Classes | |
| struct | Test |
Functions | |
| DEFINE_string (test_tmpdir, "/var/tmp", "temp directory") | |
| int | main (int argc, char **argv) |
| void | RegisterTest (void(*fn)(void), const char *name) |
Variables | |
| static int | ntests |
| static Test | tests [10000] |
| DEFINE_string | ( | test_tmpdir | , |
| "/var/tmp" | , | ||
| "temp directory" | |||
| ) |
Definition at line 24 of file third_party/bloaty/third_party/re2/util/test.cc.
| void RegisterTest | ( | void(*)(void) | fn, |
| const char * | name | ||
| ) |
Definition at line 19 of file third_party/bloaty/third_party/re2/util/test.cc.
|
static |
Definition at line 17 of file third_party/bloaty/third_party/re2/util/test.cc.
|
static |
Definition at line 16 of file third_party/bloaty/third_party/re2/util/test.cc.