#include "shared/shared.h"
#include "common/bsp.h"
#include "common/cmd.h"
#include "common/common.h"
#include "common/files.h"
#include "common/tests.h"
#include "refresh/refresh.h"
#include "system/system.h"
Go to the source code of this file.
Classes | |
struct | wildtest_t |
struct | normtest_t |
struct | info_validate_test_t |
struct | info_remove_test_t |
struct | info_set_test_t |
struct | snprintf_test_t |
Macros | |
#define | OV SIZE_MAX |
Functions | |
static void | Com_Error_f (void) |
static void | Com_ErrorDrop_f (void) |
static void | Com_Freeze_f (void) |
static void | Com_Crash_f (void) |
static void | Com_PrintJunk_f (void) |
static void | BSP_Test_f (void) |
static void | Com_TestWild_f (void) |
static void | Com_TestNorm_f (void) |
static void | Com_TestInfo_f (void) |
static void | Com_TestSnprintf_f (void) |
void | TST_Init (void) |
Variables | |
static const wildtest_t | wildtests [] |
static const int | numwildtests = q_countof(wildtests) |
static const normtest_t | normtests [] |
static const int | numnormtests = q_countof(normtests) |
static const info_validate_test_t | info_validate_tests [] |
static const int | num_info_validate_tests = q_countof(info_validate_tests) |
static const info_remove_test_t | info_remove_tests [] |
static const int | num_info_remove_tests = q_countof(info_remove_tests) |
static const info_set_test_t | info_set_tests [] |
static const int | num_info_set_tests = q_countof(info_set_tests) |
static const snprintf_test_t | snprintf_tests [] |
static const int | num_snprintf_tests = q_countof(snprintf_tests) |
Definition at line 29 of file tests.c.
Referenced by TST_Init().
Definition at line 34 of file tests.c.
Referenced by TST_Init().
Definition at line 389 of file tests.c.
Referenced by TST_Init().
|
static |
Definition at line 341 of file tests.c.
Referenced by Com_TestInfo_f().
|
static |
Definition at line 362 of file tests.c.
Referenced by Com_TestInfo_f().
|
static |
Definition at line 297 of file tests.c.
Referenced by Com_TestInfo_f().
|
static |
Definition at line 212 of file tests.c.
Referenced by Com_TestNorm_f().
|
static |
Definition at line 352 of file tests.c.
Referenced by Com_TestInfo_f().
|
static |
Definition at line 387 of file tests.c.
Referenced by Com_TestInfo_f().
|
static |
Definition at line 333 of file tests.c.
Referenced by Com_TestInfo_f().
|
static |
Definition at line 457 of file tests.c.
Referenced by Com_TestSnprintf_f().
Definition at line 258 of file tests.c.
Referenced by Com_TestNorm_f().
Definition at line 183 of file tests.c.
Referenced by Com_TestWild_f().
|
static |
Definition at line 450 of file tests.c.
Referenced by Com_TestSnprintf_f().
|
static |
Definition at line 164 of file tests.c.
Referenced by Com_TestWild_f().