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 * | c_party_suite (void) |
int | main (void) |
static void | setup (void) |
START_TEST (test_party) | |
static void | teardown (void) |
|
static |
Definition at line 104 of file check_c_party.cpp.
References setup(), and teardown().
Referenced by main().
int main | ( | void | ) |
Definition at line 117 of file check_c_party.cpp.
References c_party_suite().
|
static |
Definition at line 39 of file check_c_party.cpp.
Referenced by c_party_suite().
START_TEST | ( | test_party | ) |
Definition at line 47 of file check_c_party.cpp.
References object::contr, FAIL_UNLESS, first_player, object::name, player::ob, player::party, party_form(), party_get_first(), party_get_leader(), party_get_next(), party_obsolete_parties(), party_remove(), and partylist::partyname.
|
static |
Definition at line 43 of file check_c_party.cpp.
Referenced by c_party_suite().