#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.
|
| 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) |
| |
◆ UNUSED
◆ ArgHandler
◆ help()
◆ normalize_key()
◆ parse_arg()
◆ parse_iterations()
◆ parse_jobs_count()
◆ parse_logging()
◆ parse_seed()
◆ parse_target()
◆ print_args()
◆ print_test_list()
◆ read_args()
◆ read_env()
◆ run_sequential()
◆ run_test()
◆ run_test_log()
◆ tf_init()
◆ tf_run()
◆ arg_map
Initial value:= {
}
static int parse_seed(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_logging(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_jobs_count(const char *key, const char *value, struct tf_framework *tf)
constexpr auto Ticks(Dur2 d)
Helper to count the seconds of a duration/time_point.
Definition at line 45 of file unit_test.c.
◆ COUNT