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

Go to the source code of this file.

Functions

END_TEST Suite * build_map_suite (void)
 
int main (void)
 
void setup (void)
 
 START_TEST (test_empty)
 
void teardown (void)
 

Function Documentation

◆ build_map_suite()

END_TEST Suite* build_map_suite ( void  )

Definition at line 49 of file check_build_map.c.

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 62 of file check_build_map.c.

References build_map_suite().

+ Here is the call graph for this function:

◆ setup()

void setup ( void  )

Definition at line 36 of file check_build_map.c.

Referenced by build_map_suite().

+ Here is the caller graph for this function:

◆ START_TEST()

START_TEST ( test_empty  )

Definition at line 44 of file check_build_map.c.

◆ teardown()

void teardown ( void  )

Definition at line 40 of file check_build_map.c.

Referenced by build_map_suite().

+ Here is the caller graph for this function: