|
Crossfire Server, Trunk
|

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 48 of file check_path.cpp.
References HUGE_BUF, path_combine(), and altar_valkyrie::res.
Referenced by START_TEST().


|
static |
Definition at line 65 of file check_path.cpp.
References HUGE_BUF, path_combine_and_normalize(), and altar_valkyrie::res.
Referenced by START_TEST().


|
static |
Definition at line 55 of file check_path.cpp.
References HUGE_BUF, path(), path_normalize(), and Ice::tmp.
Referenced by START_TEST().


| int main | ( | void | ) |
Definition at line 143 of file check_path.cpp.
References path_suite().

|
static |
Definition at line 128 of file check_path.cpp.
References setup(), and teardown().
Referenced by main().


|
static |
Definition at line 40 of file check_path.cpp.
Referenced by path_suite().

| START_TEST | ( | test_path_combine | ) |
Definition at line 72 of file check_path.cpp.
References check_combine().

| END_TEST START_TEST | ( | test_path_combine_and_normalize | ) |
Definition at line 112 of file check_path.cpp.
References check_combine_and_normalize().

| END_TEST START_TEST | ( | test_path_normalize | ) |
Definition at line 84 of file check_path.cpp.
References check_normalize().

|
static |
Definition at line 44 of file check_path.cpp.
Referenced by path_suite().
