Crossfire Server, Branch 1.12  R12190
Functions
check_c_party.c File Reference
#include <stdlib.h>
#include <check.h>
#include <global.h>
#include <sproto.h>
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)

Function Documentation

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.

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

Here is the call graph for this function:

void teardown ( void  )

Definition at line 42 of file check_c_party.c.