|
Crossfire Server, Branch 1.12
R12190
|

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) |
| END_TEST Suite * | path_suite (void) |
| void | setup (void) |
| START_TEST (test_path_combine) | |
| END_TEST | START_TEST (test_path_normalize) |
| END_TEST | START_TEST (test_path_combine_and_normalize) |
| void | teardown (void) |
| static void check_combine | ( | const char * | src, |
| const char * | dst, | ||
| const char * | exp | ||
| ) | [static] |
Definition at line 48 of file check_path.c.
References HUGE_BUF, and path_combine().
Referenced by START_TEST().


| static void check_combine_and_normalize | ( | const char * | src, |
| const char * | dst, | ||
| const char * | exp | ||
| ) | [static] |
Definition at line 65 of file check_path.c.
References HUGE_BUF, and path_combine_and_normalize().
Referenced by START_TEST().


| static void check_normalize | ( | const char * | path, |
| const char * | exp | ||
| ) | [static] |
Definition at line 55 of file check_path.c.
References HUGE_BUF, and path_normalize().
Referenced by START_TEST().


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

| END_TEST Suite* path_suite | ( | void | ) |
Definition at line 128 of file check_path.c.
References setup(), and teardown().
Referenced by main().


| void setup | ( | void | ) |
Definition at line 40 of file check_path.c.
| START_TEST | ( | test_path_combine | ) |
Definition at line 72 of file check_path.c.
References check_combine().

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

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

| void teardown | ( | void | ) |
Definition at line 44 of file check_path.c.
1.7.6.1