Crossfire Server, Trunk
|
Go to the source code of this file.
Functions | |
int | main (void) |
static void | setup (void) |
START_TEST (test_add_treasure_in_list) | |
END_TEST | START_TEST (test_treasure_remove_item) |
static void | teardown (void) |
static END_TEST Suite * | treasure_suite (void) |
int main | ( | void | ) |
Definition at line 105 of file check_treasure.c.
References treasure_suite().
|
static |
Definition at line 38 of file check_treasure.c.
References cctk_setdatadir(), and cctk_setlog().
Referenced by treasure_suite().
START_TEST | ( | test_add_treasure_in_list | ) |
Definition at line 49 of file check_treasure.c.
References guildoracle::list, treasurestruct::next, and treasure_insert().
END_TEST START_TEST | ( | test_treasure_remove_item | ) |
Definition at line 73 of file check_treasure.c.
References guildoracle::list, treasurestruct::next, treasure_insert(), and treasure_remove_item().
|
static |
Definition at line 45 of file check_treasure.c.
Referenced by treasure_suite().
|
static |
Definition at line 91 of file check_treasure.c.
References setup(), and teardown().
Referenced by main().