Crossfire Server, Branches 1.12  R18729
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.

Referenced by c_party_suite().

+ Here is the caller graph for this function:

START_TEST ( test_party  )
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: