#include <errno.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <atalk/cnid.h>#include <atalk/directory.h>#include <atalk/globals.h>#include <atalk/logger.h>#include <atalk/queue.h>#include <atalk/util.h>#include <atalk/volume.h>#include "afp_config.h"#include "dircache.h"#include "directory.h"#include "hash.h"#include "subtests.h"#include "volume.h"Go to the source code of this file.
Macros | |
| #define | TEST(a) |
| #define | TEST_int(a, b) |
| #define | TEST_expr(a, b) |
Functions | |
| static FILE * | test_stream (void) |
| static void | alignok (int len) |
| static void | test_plan (int count) |
| static void | test_section (const char *title, const char *underline) |
| static void | test_begin (const char *name) |
| static void | test_ok (const char *name) |
| static void | test_fail (const char *name, const char *file, int line) |
| static void | test_fail_int (const char *name, int got, int expected, const char *file, int line) |
| static void | test_abort (void) |
Variables | |
| int | test_output_tap |
| int | test_case_num |
| FILE * | test_report_stream |
| #define TEST | ( | a | ) |
| #define TEST_expr | ( | a, | |
| b ) |
| #define TEST_int | ( | a, | |
| b ) |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
extern |
|
extern |
|
extern |