Xonotic
|
#include "test.qh"
Go to the source code of this file.
Functions | |
bool | RUN_ALL_TESTS () |
bool | TEST_Run (string s) |
int | TEST_RunAll_accumulated (int init) |
bool RUN_ALL_TESTS | ( | ) |
Definition at line 4 of file test.qc.
References LOG_INFO, LOG_INFOF, and TEST_RunAll_accumulated().
Referenced by GenericCommand_runtest().
Definition at line 19 of file test.qc.
References callfunction(), isfunction(), LOG_INFOF, strcat(), TEST_failed, TEST_fatal, and TEST_ok.
Referenced by GenericCommand_runtest().