mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-22 13:44:44 +00:00
14 lines
378 B
Plaintext
14 lines
378 B
Plaintext
// 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();
|