Crossfire Server, Branches 1.12  R18729
check_1727944.c File Reference
#include <stdlib.h>
#include <check.h>
#include <global.h>
+ Include dependency graph for check_1727944.c:

Go to the source code of this file.

Functions

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

Variables

int arch_init
 
int artifact_init
 
const char *const spell_mapping []
 

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

END_TEST Suite* bug_suite ( void  )

Definition at line 423 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:

int main ( void  )

Definition at line 437 of file check_1727944.c.

References bug_suite(), and init().

+ Here is the call graph for this function:

void setup ( void  )

Definition at line 38 of file check_1727944.c.

Referenced by bug_suite().

+ Here is the caller graph for this function:

void teardown ( void  )

Definition at line 42 of file check_1727944.c.

Referenced by bug_suite().

+ Here is the caller graph for this function:

Variable Documentation

int arch_init

True if doing arch initialization

Definition at line 54 of file arch.c.

Referenced by init_archetypes(), and update_ob_speed().

int artifact_init

1 if doing archetypes initialization

Definition at line 61 of file treasure.c.

Referenced by init_artifacts().

const char* const spell_mapping[]