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

Go to the source code of this file.

Functions

int main (void)
 
static void setup (void)
 
static END_TEST Suite * shstr_suite (void)
 
END_TEST START_TEST (test_add_refcount)
 
 START_TEST (test_add_string)
 
END_TEST START_TEST (test_buf_overflow)
 
END_TEST START_TEST (test_find_string)
 
END_TEST START_TEST (test_free_string)
 
END_TEST START_TEST (test_query_refcount)
 
static void teardown (void)
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 173 of file check_shstr.c.

References shstr_suite().

+ Here is the call graph for this function:

◆ setup()

static void setup ( void  )
static

Definition at line 47 of file check_shstr.c.

References init_hash_table().

Referenced by shstr_suite().

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

◆ shstr_suite()

static END_TEST Suite* shstr_suite ( void  )
static

Definition at line 155 of file check_shstr.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() [1/6]

END_TEST START_TEST ( test_add_refcount  )

Definition at line 75 of file check_shstr.c.

References add_refcount(), add_string(), and query_refcount().

+ Here is the call graph for this function:

◆ START_TEST() [2/6]

START_TEST ( test_add_string  )

Definition at line 55 of file check_shstr.c.

References add_string(), and guildbuy::temp.

+ Here is the call graph for this function:

◆ START_TEST() [3/6]

END_TEST START_TEST ( test_buf_overflow  )

Definition at line 139 of file check_shstr.c.

References buf_overflow().

+ Here is the call graph for this function:

◆ START_TEST() [4/6]

END_TEST START_TEST ( test_find_string  )

Definition at line 98 of file check_shstr.c.

References add_string(), find_string(), free_string(), and rotate-tower::result.

+ Here is the call graph for this function:

◆ START_TEST() [5/6]

END_TEST START_TEST ( test_free_string  )

Definition at line 120 of file check_shstr.c.

References add_string(), find_string(), and free_string().

+ Here is the call graph for this function:

◆ START_TEST() [6/6]

END_TEST START_TEST ( test_query_refcount  )

Definition at line 86 of file check_shstr.c.

References add_refcount(), add_string(), and query_refcount().

+ Here is the call graph for this function:

◆ teardown()

static void teardown ( void  )
static

Definition at line 51 of file check_shstr.c.

Referenced by shstr_suite().

+ Here is the caller graph for this function: