Crossfire Server, Branches 1.12
R18729
|
#include <global.h>
#include <stdlib.h>
#include <check.h>
#include <loader.h>
#include <toolkit_common.h>
Go to the source code of this file.
Functions | |
END_TEST Suite * | item_suite (void) |
int | main (void) |
void | setup (void) |
START_TEST (test_describe_item) | |
void | teardown (void) |
END_TEST Suite* item_suite | ( | void | ) |
Definition at line 204 of file check_item.c.
References setup(), and teardown().
Referenced by main().
int main | ( | void | ) |
Definition at line 217 of file check_item.c.
References item_suite().
void setup | ( | void | ) |
Definition at line 39 of file check_item.c.
References cctk_init_std_archetypes(), cctk_setdatadir(), cctk_setlog(), and init_gods().
Referenced by item_suite().
START_TEST | ( | test_describe_item | ) |
Definition at line 50 of file check_item.c.
References cctk_create_game_object(), describe_item(), find_treasurelist(), FLAG_IDENTIFIED, free_object(), generate_treasure(), and SET_FLAG.
void teardown | ( | void | ) |
Definition at line 46 of file check_item.c.
Referenced by item_suite().