Go to the source code of this file.
Defines | |
#define | skip_end } while(0); |
Functions | |
unsigned int | _gen_result (int, const char *, char *, unsigned int, char *,...) |
int | plan_no_plan (void) |
int | plan_skip_all (char *) |
int | plan_tests (unsigned int) |
unsigned int | diag (char *,...) |
int | skip (unsigned int, char *,...) |
void | todo_start (char *,...) |
void | todo_end (void) |
int | exit_status (void) |
#define skip_end } while(0); |
unsigned int _gen_result | ( | int | , | |
const char * | , | |||
char * | , | |||
unsigned | int, | |||
char * | , | |||
... | ||||
) |
unsigned int diag | ( | char * | , | |
... | ||||
) |
int exit_status | ( | void | ) |
int plan_no_plan | ( | void | ) |
int plan_skip_all | ( | char * | ) |
int plan_tests | ( | unsigned | int | ) |
int skip | ( | unsigned | int, | |
char * | , | |||
... | ||||
) |
void todo_end | ( | void | ) |
void todo_start | ( | char * | , | |
... | ||||
) |