Crossfire Server, Trunk
|
#include <stdlib.h>
#include <check.h>
#include <global.h>
#include <sproto.h>
#include <toolkit_common.h>
Go to the source code of this file.
Functions | |
static END_TEST Suite * | bug_suite (void) |
int | main (void) |
static void | setup (void) |
START_TEST (test_insert) | |
static void | teardown (void) |
This is the unit tests file for the bug #2879249: SIGSEGV on transport moving across some edges of tiled maps.
Definition in file check_2879249.cpp.
|
static |
Definition at line 65 of file check_2879249.cpp.
References setup(), and teardown().
Referenced by main().
int main | ( | void | ) |
Definition at line 78 of file check_2879249.cpp.
References bug_suite(), cctk_setdatadir(), and init().
|
static |
Definition at line 35 of file check_2879249.cpp.
Referenced by bug_suite().
START_TEST | ( | test_insert | ) |
Definition at line 41 of file check_2879249.cpp.
References FAIL_UNLESS, find_archetype(), mapstruct::height, guildjoin::ob, object_create_arch(), object_insert_in_map_at(), ready_map_name(), and mapstruct::width.
|
static |
Definition at line 38 of file check_2879249.cpp.
Referenced by bug_suite().