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

Go to the source code of this file.

Functions

int main (void)
 
END_TEST Suite * monster_suite (void)
 
void setup (void)
 
 START_TEST (test_monster_find_nearest_enemy)
 
void teardown (void)
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 136 of file check_monster.cpp.

References cctk_setdatadir(), init(), and monster_suite().

+ Here is the call graph for this function:

◆ monster_suite()

END_TEST Suite* monster_suite ( void  )

Definition at line 123 of file check_monster.cpp.

References setup(), and teardown().

+ Here is the call graph for this function:

◆ setup()

void setup ( void  )

Definition at line 40 of file check_monster.cpp.

◆ START_TEST()

◆ teardown()

void teardown ( void  )

Definition at line 43 of file check_monster.cpp.