![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "unit_test.h"#include "testrand.h"#include "tests_common.h"Go to the source code of this file.
Classes | |
| struct | ArgMap |
Macros | |
| #define | UNUSED(x) |
Typedefs | |
| typedef int(* | ArgHandler) (const char *key, const char *value, struct tf_framework *tf) |
Functions | |
| static int | parse_jobs_count (const char *key, const char *value, struct tf_framework *tf) |
| static int | parse_iterations (const char *key, const char *value, struct tf_framework *tf) |
| static int | parse_seed (const char *key, const char *value, struct tf_framework *tf) |
| static int | parse_target (const char *key, const char *value, struct tf_framework *tf) |
| static int | parse_logging (const char *key, const char *value, struct tf_framework *tf) |
| static void | print_args (const struct tf_args *args) |
| static int | read_env (struct tf_framework *tf) |
| static int | parse_arg (const char *key, const char *value, struct tf_framework *tf) |
| static void | help (void) |
| static void | print_test_list (struct tf_framework *tf) |
| static const char * | normalize_key (const char *arg, const char **err_msg) |
| static int | read_args (int argc, char **argv, int start, struct tf_framework *tf) |
| static void | run_test_log (const struct tf_test_entry *t) |
| static void | run_test (const struct tf_test_entry *t) |
| static int | run_sequential (struct tf_framework *tf) |
| static int | tf_init (struct tf_framework *tf, int argc, char **argv) |
| static int | tf_run (struct tf_framework *tf) |
Variables | |
| int | COUNT = 16 |
| static struct ArgMap | arg_map [] |
| #define UNUSED | ( | x | ) |
Definition at line 20 of file unit_test.c.
| typedef int(* ArgHandler) (const char *key, const char *value, struct tf_framework *tf) |
Definition at line 32 of file unit_test.c.
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 120 of file unit_test.c.
|
static |
Definition at line 152 of file unit_test.c.
|
static |
|
static |
Definition at line 187 of file unit_test.c.
|
static |
|
static |
|
static |
Definition at line 216 of file unit_test.c.
|
static |
Definition at line 61 of file unit_test.c.
|
static |
|
static |
|
static |
Definition at line 262 of file unit_test.c.
|
static |
Definition at line 349 of file unit_test.c.
|
static |
Definition at line 411 of file unit_test.c.
|
static |
Definition at line 45 of file unit_test.c.
| int COUNT = 16 |
Definition at line 23 of file unit_test.c.