mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
5 lines
122 B
Text
5 lines
122 B
Text
setLogMode(2);
|
|
$Con::LogBufferEnabled = false;
|
|
$Testing::CheckMemoryLeaks = false;
|
|
runAllUnitTests("-*.Stress*");
|
|
quit();
|