Crossfire Server, Trunk
check_c_party.cpp File Reference
#include <stdlib.h>
#include <check.h>
#include <global.h>
#include <sproto.h>
#include "toolkit_common.h"
+ Include dependency graph for check_c_party.cpp:

Go to the source code of this file.

Functions

static END_TEST Suite * c_party_suite (void)
 
int main (void)
 
static void setup (void)
 
 START_TEST (test_party)
 
static void teardown (void)
 

Function Documentation

◆ c_party_suite()

static END_TEST Suite* c_party_suite ( void  )
static

Definition at line 104 of file check_c_party.cpp.

References setup(), and teardown().

Referenced by main().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ main()

int main ( void  )

Definition at line 117 of file check_c_party.cpp.

References c_party_suite().

+ Here is the call graph for this function:

◆ setup()

static void setup ( void  )
static

Definition at line 39 of file check_c_party.cpp.

Referenced by c_party_suite().

+ Here is the caller graph for this function:

◆ START_TEST()

START_TEST ( test_party  )

◆ teardown()

static void teardown ( void  )
static

Definition at line 43 of file check_c_party.cpp.

Referenced by c_party_suite().

+ Here is the caller graph for this function: