|
Crossfire Server, Branch 1.12
R12190
|

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().


| int main | ( | void | ) |
Definition at line 98 of file check_c_party.c.
References c_party_suite().

| void setup | ( | void | ) |
Definition at line 38 of file check_c_party.c.
| START_TEST | ( | test_party | ) |
Definition at line 46 of file check_c_party.c.
References first_player, form_party(), get_firstparty(), pl::ob, obsolete_parties(), party_struct::partyleader, party_struct::partyname, and remove_party().

| void teardown | ( | void | ) |
Definition at line 42 of file check_c_party.c.
1.7.6.1