Pyrogenesis
13997
|
#include "precompiled.h"
#include <fstream>
#include "lib/self_test.h"
#include <cxxtest/GlobalFixture.h>
#include "lib/timer.h"
#include "lib/sysdep/sysdep.h"
#include "ps/Profiler2.h"
#include "scriptinterface/ScriptInterface.h"
Go to the source code of this file.
Classes | |
class | LeakReporter |
class | MiscSetup |
Namespaces | |
anonymous_namespace{test_setup.cpp} | |
Macros | |
#define | CXXTEST_RUNNING |
#define | _CXXTEST_HAVE_STD |
Functions | |
bool | ts_str_contains (const std::wstring &str1, const std::wstring &str2) |
OsPath | DataDir () |
void | anonymous_namespace{test_setup.cpp}::script_TS_FAIL (void *, std::wstring msg) |
void | ScriptTestSetup (ScriptInterface &ifc) |
Variables | |
static LeakReporter | leakReporter |
static MiscSetup | miscSetup |
#define _CXXTEST_HAVE_STD |
Definition at line 23 of file test_setup.cpp.
#define CXXTEST_RUNNING |
Definition at line 21 of file test_setup.cpp.
OsPath DataDir | ( | ) |
Definition at line 110 of file test_setup.cpp.
void ScriptTestSetup | ( | ScriptInterface & | ifc | ) |
Definition at line 125 of file test_setup.cpp.
bool ts_str_contains | ( | const std::wstring & | str1, |
const std::wstring & | str2 | ||
) |
Definition at line 101 of file test_setup.cpp.
|
static |
Definition at line 96 of file test_setup.cpp.
|
static |
Definition at line 97 of file test_setup.cpp.