Crossfire Server, Branches 1.12  R18729
check_snake.c File Reference
#include <stdlib.h>
#include <check.h>
+ Include dependency graph for check_snake.c:

Go to the source code of this file.

Functions

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

Function Documentation

int main ( void  )

Definition at line 63 of file check_snake.c.

References snake_suite().

+ Here is the call graph for this function:

void setup ( void  )

Definition at line 37 of file check_snake.c.

Referenced by snake_suite().

+ Here is the caller graph for this function:

END_TEST Suite* snake_suite ( void  )

Definition at line 50 of file check_snake.c.

References setup(), and teardown().

Referenced by main().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

START_TEST ( test_empty  )

Definition at line 45 of file check_snake.c.

void teardown ( void  )

Definition at line 41 of file check_snake.c.

Referenced by snake_suite().

+ Here is the caller graph for this function: