#include <signal.h>#include <stdio.h>#include "afpcmd.h"#include "afphelper.h"#include "testhelper.h"#include "afpclient.h"Macros | |
| #define | SKIPPED_MSG_BUFSIZE 256 |
Functions | |
| void | test_skipped (int why) |
| void | test_failed (void) |
| void | test_nottested (void) |
| void | enter_test (void) |
| void | exit_test (char *name) |
Variables | |
| static int | CurTestResult |
| static char * | Why |
| static char | skipped_msg_buf [SKIPPED_MSG_BUFSIZE] |
| #define SKIPPED_MSG_BUFSIZE 256 |
| void enter_test | ( | void | ) |
| void exit_test | ( | char * | name | ) |
| void test_failed | ( | void | ) |
| void test_nottested | ( | void | ) |
| void test_skipped | ( | int | why | ) |
|
static |
|
static |
|
static |