|
Crossfire Server, Branches 1.12
R18729
|
Include dependency graph for check_c_party.c:Go to the source code of this file.
Functions | |
| END_TEST Suite * | c_party_suite (void) |
| int | main (void) |
| void | setup (void) |
| START_TEST (test_party) | |
| void | teardown (void) |
| END_TEST Suite* c_party_suite | ( | void | ) |
Definition at line 85 of file check_c_party.c.
References setup(), and teardown().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| int main | ( | void | ) |
Definition at line 98 of file check_c_party.c.
References c_party_suite().
Here is the call graph for this function:| void setup | ( | void | ) |
Definition at line 38 of file check_c_party.c.
Referenced by c_party_suite().
Here is the caller graph for this function:| START_TEST | ( | test_party | ) |
Definition at line 46 of file check_c_party.c.
References obj::contr, first_player, form_party(), get_firstparty(), obj::name, pl::ob, obsolete_parties(), pl::party, party_struct::partyleader, party_struct::partyname, and remove_party().
Here is the call graph for this function:| void teardown | ( | void | ) |
Definition at line 42 of file check_c_party.c.
Referenced by c_party_suite().
Here is the caller graph for this function: