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

Go to the source code of this file.

Functions

static END_TEST Suite * bug_suite (void)
 
int main (void)
 
static void setup (void)
 
 START_TEST (test_weight_reduction)
 
static void teardown (void)
 

Detailed Description

Makes sure that weight reduction in containers correctly updates 'carrying'.

Definition in file check_weight_reduction.cpp.

Function Documentation

◆ bug_suite()

static END_TEST Suite* bug_suite ( void  )
static

Definition at line 97 of file check_weight_reduction.cpp.

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 110 of file check_weight_reduction.cpp.

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

+ Here is the call graph for this function:

◆ setup()

static void setup ( void  )
static

Definition at line 35 of file check_weight_reduction.cpp.

Referenced by bug_suite().

+ Here is the caller graph for this function:

◆ START_TEST()

START_TEST ( test_weight_reduction  )

◆ teardown()

static void teardown ( void  )
static

Definition at line 38 of file check_weight_reduction.cpp.

Referenced by bug_suite().

+ Here is the caller graph for this function: