mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Cleanup and improve
This commit is contained in:
parent
7c67c2c326
commit
1d28ddf734
49 changed files with 26013 additions and 30304 deletions
|
|
@ -1,5 +1,13 @@
|
|||
// 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*");
|
||||
runAllUnitTests("-*.Stress*", "xml");
|
||||
quit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue