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