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

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 133 of file check_monster.c.

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 120 of file check_monster.c.

References setup(), and teardown().

+ Here is the call graph for this function:

◆ setup()

void setup ( void  )

Definition at line 40 of file check_monster.c.

◆ START_TEST()

START_TEST ( test_monster_find_nearest_enemy  )

◆ teardown()

void teardown ( void  )

Definition at line 43 of file check_monster.c.