#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "runner.h"
#include "task.h"
#include "uv.h"
Go to the source code of this file.
|
static int | compare_task (const void *va, const void *vb) |
|
static int | find_helpers (const task_entry_t *task, const task_entry_t **helpers) |
|
const char * | fmt (double d) |
|
void | log_tap_result (int test_count, const char *test, int status, process_info_t *process) |
|
void | print_lines (const char *buffer, size_t size, FILE *stream) |
|
void | print_tests (FILE *stream) |
|
int | run_test (const char *test, int benchmark_output, int test_count) |
|
int | run_test_part (const char *test, const char *part) |
|
int | run_tests (int benchmark_output) |
|
◆ compare_task()
◆ find_helpers()
◆ fmt()
const char* fmt |
( |
double |
d | ) |
|
◆ log_tap_result()
◆ print_lines()
void print_lines |
( |
const char * |
buffer, |
|
|
size_t |
size, |
|
|
FILE * |
stream |
|
) |
| |
◆ print_tests()
void print_tests |
( |
FILE * |
stream | ) |
|
◆ run_test()
int run_test |
( |
const char * |
test, |
|
|
int |
benchmark_output, |
|
|
int |
test_count |
|
) |
| |
◆ run_test_part()
◆ run_tests()
int run_tests |
( |
int |
benchmark_output | ) |
|
◆ executable_path
char executable_path[sizeof(executable_path)] |