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

Go to the source code of this file.

Functions

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

Function Documentation

◆ main()

int main ( void  )

Definition at line 63 of file check_timers.c.

References timers_suite().

+ Here is the call graph for this function:

◆ setup()

void setup ( void  )

Definition at line 37 of file check_timers.c.

Referenced by timers_suite().

+ Here is the caller graph for this function:

◆ START_TEST()

START_TEST ( test_empty  )

Definition at line 45 of file check_timers.c.

◆ teardown()

void teardown ( void  )

Definition at line 41 of file check_timers.c.

Referenced by timers_suite().

+ Here is the caller graph for this function:

◆ timers_suite()

END_TEST Suite* timers_suite ( void  )

Definition at line 50 of file check_timers.c.

References setup(), and teardown().

Referenced by main().

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