Crossfire Server, Trunk
check_account_char.c File Reference
#include "global.h"
#include <check.h>
#include <stdlib.h>
#include <sys/stat.h>
#include "account_char.h"
#include "loader.h"
#include "sproto.h"
#include "toolkit_common.h"
#include "toolkit_server.h"
+ Include dependency graph for check_account_char.c:

Go to the source code of this file.

Functions

static END_TEST Suite * account_suite (void)
 
int main (void)
 
static void setup (void)
 
 START_TEST (test_account_char_add)
 
END_TEST START_TEST (test_account_char_load)
 
END_TEST START_TEST (test_account_char_load_duplicate)
 
static void teardown (void)
 

Function Documentation

◆ account_suite()

static END_TEST Suite* account_suite ( void  )
static

Definition at line 142 of file check_account_char.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 157 of file check_account_char.c.

References account_suite(), cctk_setdatadir(), clean_test_account_data(), Settings::debug, init(), Settings::localdir, settings, and strdup_local.

+ Here is the call graph for this function:

◆ setup()

static void setup ( void  )
static

Definition at line 17 of file check_account_char.c.

Referenced by account_suite().

+ Here is the caller graph for this function:

◆ START_TEST() [1/3]

◆ START_TEST() [2/3]

◆ START_TEST() [3/3]

END_TEST START_TEST ( test_account_char_load_duplicate  )

Definition at line 130 of file check_account_char.c.

References account_char_free(), and account_char_load().

+ Here is the call graph for this function:

◆ teardown()

static void teardown ( void  )
static

Definition at line 20 of file check_account_char.c.

Referenced by account_suite().

+ Here is the caller graph for this function: