mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-04 04:50:31 +00:00
5 lines
122 B
C#
5 lines
122 B
C#
setLogMode(2);
|
|
$Con::LogBufferEnabled = false;
|
|
$Testing::CheckMemoryLeaks = false;
|
|
runAllUnitTests("-*.Stress*");
|
|
quit();
|