Crossfire Server, Branch 1.12  R12190
Functions
check_arch.c File Reference
#include <global.h>
#include <stdlib.h>
#include <check.h>
#include <loader.h>
#include <toolkit_common.h>
Include dependency graph for check_arch.c:

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)

Function Documentation

END_TEST Suite* arch_suite ( void  )

Definition at line 269 of file check_arch.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 295 of file check_arch.c.

References arch_suite().

Here is the call graph for this function:

void setup ( void  )

Definition at line 39 of file check_arch.c.

References cctk_init_std_archetypes(), cctk_setdatadir(), and cctk_setlog().

Here is the call graph for this function:

START_TEST ( test_find_archetype_by_object_name  )

Definition at line 49 of file check_arch.c.

References find_archetype_by_object_name().

Here is the call graph for this function:

END_TEST START_TEST ( test_find_archetype_by_object_type_name  )

Definition at line 69 of file check_arch.c.

References find_archetype_by_object_type_name().

Here is the call graph for this function:

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(), SKILL, and SKILLSCROLL.

Here is the call graph for this function:

END_TEST START_TEST ( test_get_archetype_by_type_subtype  )

Definition at line 103 of file check_arch.c.

References get_archetype_by_type_subtype(), OBJECT_TYPE_MAX, SK_LITERACY, and SKILL.

Here is the call graph for this function:

END_TEST START_TEST ( test_create_archetype_by_object_name  )

Definition at line 126 of file check_arch.c.

References create_archetype_by_object_name().

Here is the call graph for this function:

END_TEST START_TEST ( test_init_archetypes  )

Definition at line 146 of file check_arch.c.

References find_archetype().

Here is the call graph for this function:

END_TEST START_TEST ( test_clear_archetable  )

Definition at line 154 of file check_arch.c.

References clear_archetable().

Here is the call graph for this function:

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().

Here is the call graph for this function:

END_TEST START_TEST ( test_get_archetype_struct  )

Definition at line 171 of file check_arch.c.

References get_archetype_struct().

Here is the call graph for this function:

END_TEST START_TEST ( test_arch_to_object  )

Definition at line 218 of file check_arch.c.

References arch_to_object(), and find_archetype().

Here is the call graph for this function:

END_TEST START_TEST ( test_create_singularity  )

Definition at line 228 of file check_arch.c.

References create_singularity().

Here is the call graph for this function:

END_TEST START_TEST ( test_create_archetype  )

Definition at line 237 of file check_arch.c.

References create_archetype().

Here is the call graph for this function:

END_TEST START_TEST ( test_find_archetype  )

Definition at line 245 of file check_arch.c.

References find_archetype().

Here is the call graph for this function:

END_TEST START_TEST ( test_object_create_arch  )

Definition at line 257 of file check_arch.c.

References find_archetype(), and object_create_arch().

Here is the call graph for this function:

void teardown ( void  )

Definition at line 45 of file check_arch.c.