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

Go to the source code of this file.

Functions

static END_TEST Suite * bug_suite (void)
 
static void local_check_loaded_object (object *op)
 
int main (void)
 
static void setup (void)
 
 START_TEST (test_randommaps)
 
static void teardown (void)
 

Variables

int arch_init
 
int artifact_init
 

Detailed Description

This is the unit tests file for the bug #1727944: The horn of plenty location: http://sourceforge.net/tracker/index.php?func=detail&aid=1727944&group_id=13833&atid=113833.

I did try different combos to generate an empty horn, so far no success...

Author
Nicolas Weeger
Date
2007-06-04

Definition in file check_1727944.c.

Function Documentation

◆ bug_suite()

static END_TEST Suite* bug_suite ( void  )
static

Definition at line 419 of file check_1727944.c.

References setup(), and teardown().

Referenced by main().

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

◆ local_check_loaded_object()

◆ main()

int main ( void  )

Definition at line 433 of file check_1727944.c.

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

+ Here is the call graph for this function:

◆ setup()

static void setup ( void  )
static

Definition at line 40 of file check_1727944.c.

Referenced by bug_suite().

+ Here is the caller graph for this function:

◆ START_TEST()

◆ teardown()

static void teardown ( void  )
static

Definition at line 44 of file check_1727944.c.

Referenced by bug_suite().

+ Here is the caller graph for this function:

Variable Documentation

◆ arch_init

int arch_init

True if doing arch initialization

Todo:
remove

Definition at line 22 of file ArchetypeLoader.cpp.

Referenced by ArchetypeLoader::load(), local_check_loaded_object(), and object_update_speed().

◆ artifact_init

int artifact_init

1 if doing archetypes initialization

Definition at line 20 of file ArtifactLoader.cpp.

Referenced by ArtifactLoader::load(), and local_check_loaded_object().