mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
6 lines
122 B
Text
6 lines
122 B
Text
|
|
setLogMode(2);
|
||
|
|
$Con::LogBufferEnabled = false;
|
||
|
|
$Testing::CheckMemoryLeaks = false;
|
||
|
|
runAllUnitTests("-*.Stress*");
|
||
|
|
quit();
|