Crossfire Server, Trunk
check_shop.cpp File Reference
#include <stdlib.h>
#include <check.h>
#include <global.h>
#include <sproto.h>
#include <toolkit_common.h>
#include "shop.h"
+ Include dependency graph for check_shop.cpp:

Go to the source code of this file.

Functions

int main (void)
 
static void setup (void)
 
static END_TEST Suite * shop_suite (void)
 
 START_TEST (test_query_cost)
 
static void teardown (void)
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 98 of file check_shop.cpp.

References cctk_setdatadir(), init(), and shop_suite().

+ Here is the call graph for this function:

◆ setup()

static void setup ( void  )
static

Definition at line 40 of file check_shop.cpp.

Referenced by shop_suite().

+ Here is the caller graph for this function:

◆ shop_suite()

static END_TEST Suite* shop_suite ( void  )
static

Definition at line 85 of file check_shop.cpp.

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()

◆ teardown()

static void teardown ( void  )
static

Definition at line 44 of file check_shop.cpp.

Referenced by shop_suite().

+ Here is the caller graph for this function: