mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
13 lines
378 B
Text
13 lines
378 B
Text
// Placeholder initialisation that the tests expect
|
|
GFXInit::createNullDevice();
|
|
|
|
if(!isObject(GuiDefaultProfile))
|
|
new GuiControlProfile (GuiDefaultProfile) {};
|
|
if(!isObject(GuiTooltipProfile))
|
|
new GuiControlProfile (GuiTooltipProfile) {};
|
|
|
|
setLogMode(2);
|
|
$Con::LogBufferEnabled = false;
|
|
$Testing::CheckMemoryLeaks = false;
|
|
runAllUnitTests("-*.Stress*", "xml");
|
|
quit();
|