Crossfire Server, Trunk
|
#include <stdlib.h>
#include <string.h>
#include <check.h>
#include <global.h>
#include "toolkit_common.h"
#include "path.h"
Go to the source code of this file.
Functions | |
static void | check_combine (const char *src, const char *dst, const char *exp) |
static void | check_combine_and_normalize (const char *src, const char *dst, const char *exp) |
static void | check_normalize (const char *path, const char *exp) |
int | main (void) |
static END_TEST Suite * | path_suite (void) |
static void | setup (void) |
START_TEST (test_path_combine) | |
END_TEST | START_TEST (test_path_combine_and_normalize) |
END_TEST | START_TEST (test_path_normalize) |
static void | teardown (void) |
|
static |
Definition at line 49 of file check_path.cpp.
References FAIL_UNLESS, HUGE_BUF, path_combine(), and altar_valkyrie::res.
Referenced by START_TEST().
|
static |
Definition at line 66 of file check_path.cpp.
References FAIL_UNLESS, HUGE_BUF, path_combine_and_normalize(), and altar_valkyrie::res.
Referenced by START_TEST().
|
static |
Definition at line 56 of file check_path.cpp.
References FAIL_UNLESS, HUGE_BUF, python_init::path, path_normalize(), and Ice::tmp.
Referenced by START_TEST().
int main | ( | void | ) |
Definition at line 144 of file check_path.cpp.
References path_suite().
|
static |
Definition at line 129 of file check_path.cpp.
References setup(), and teardown().
Referenced by main().
|
static |
Definition at line 41 of file check_path.cpp.
Referenced by path_suite().
START_TEST | ( | test_path_combine | ) |
Definition at line 73 of file check_path.cpp.
References check_combine().
END_TEST START_TEST | ( | test_path_combine_and_normalize | ) |
Definition at line 113 of file check_path.cpp.
References check_combine_and_normalize().
END_TEST START_TEST | ( | test_path_normalize | ) |
Definition at line 85 of file check_path.cpp.
References check_normalize().
|
static |
Definition at line 45 of file check_path.cpp.
Referenced by path_suite().