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 * | arch_suite (void) |
int | main (void) |
void | setup (void) |
START_TEST (test_find_archetype_by_object_name) | |
END_TEST | START_TEST (test_find_archetype_by_object_type_name) |
END_TEST | START_TEST (test_get_archetype_by_skill_name) |
END_TEST | START_TEST (test_get_archetype_by_type_subtype) |
END_TEST | START_TEST (test_create_archetype_by_object_name) |
END_TEST | START_TEST (test_init_archetypes) |
END_TEST | START_TEST (test_clear_archetable) |
END_TEST | START_TEST (test_free_all_archs) |
END_TEST | START_TEST (test_get_archetype_struct) |
END_TEST | START_TEST (test_arch_to_object) |
END_TEST | START_TEST (test_create_singularity) |
END_TEST | START_TEST (test_create_archetype) |
END_TEST | START_TEST (test_find_archetype) |
END_TEST | START_TEST (test_object_create_arch) |
void | teardown (void) |
END_TEST Suite* arch_suite | ( | void | ) |
Definition at line 269 of file check_arch.c.
References setup(), and teardown().
Referenced by main().
int main | ( | void | ) |
Definition at line 295 of file check_arch.c.
References arch_suite().
void setup | ( | void | ) |
Definition at line 39 of file check_arch.c.
References cctk_init_std_archetypes(), cctk_setdatadir(), and cctk_setlog().
Referenced by arch_suite().
START_TEST | ( | test_find_archetype_by_object_name | ) |
Definition at line 49 of file check_arch.c.
References archt::clone, find_archetype_by_object_name(), and obj::name.
END_TEST START_TEST | ( | test_find_archetype_by_object_type_name | ) |
Definition at line 69 of file check_arch.c.
References archt::clone, find_archetype_by_object_type_name(), obj::name, and obj::type.
END_TEST START_TEST | ( | test_get_archetype_by_skill_name | ) |
Definition at line 88 of file check_arch.c.
References get_archetype_by_skill_name(), archt::name, SKILL, and SKILLSCROLL.
END_TEST START_TEST | ( | test_get_archetype_by_type_subtype | ) |
Definition at line 103 of file check_arch.c.
References archt::clone, get_archetype_by_type_subtype(), archt::name, OBJECT_TYPE_MAX, SK_LITERACY, SKILL, obj::subtype, and obj::type.
END_TEST START_TEST | ( | test_create_archetype_by_object_name | ) |
Definition at line 126 of file check_arch.c.
References ARCH_SINGULARITY, create_archetype_by_object_name(), and obj::name.
END_TEST START_TEST | ( | test_init_archetypes | ) |
Definition at line 146 of file check_arch.c.
References find_archetype().
END_TEST START_TEST | ( | test_clear_archetable | ) |
Definition at line 154 of file check_arch.c.
References clear_archetable().
END_TEST START_TEST | ( | test_free_all_archs | ) |
Definition at line 159 of file check_arch.c.
References find_archetype(), free_all_archs(), and init_archetypes().
END_TEST START_TEST | ( | test_get_archetype_struct | ) |
Definition at line 171 of file check_arch.c.
References obj::above, obj::active_next, obj::active_prev, obj::arch, obj::attacked_by, obj::below, obj::chosen_skill, archt::clone, obj::container, obj::contr, obj::current_weapon, obj::custom_name, obj::enemy, obj::env, get_archetype_struct(), obj::head, archt::head, obj::inv, obj::key_values, obj::lore, obj::map, obj::more, archt::more, obj::msg, obj::name, archt::name, obj::name_pl, obj::next, archt::next, obj::other_arch, obj::prev, obj::race, obj::randomitems, obj::skill, obj::slaying, obj::spell, obj::spellarg, obj::spellitem, and obj::title.
END_TEST START_TEST | ( | test_arch_to_object | ) |
Definition at line 218 of file check_arch.c.
References arch_to_object(), and find_archetype().
END_TEST START_TEST | ( | test_create_singularity | ) |
Definition at line 228 of file check_arch.c.
References create_singularity(), and obj::name.
END_TEST START_TEST | ( | test_create_archetype | ) |
Definition at line 237 of file check_arch.c.
References create_archetype().
END_TEST START_TEST | ( | test_find_archetype | ) |
Definition at line 245 of file check_arch.c.
References find_archetype().
END_TEST START_TEST | ( | test_object_create_arch | ) |
Definition at line 257 of file check_arch.c.
References find_archetype(), obj::head, obj::more, and object_create_arch().
void teardown | ( | void | ) |
Definition at line 45 of file check_arch.c.
Referenced by arch_suite().