mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
6 lines
122 B
Plaintext
6 lines
122 B
Plaintext
setLogMode(2);
|
|
$Con::LogBufferEnabled = false;
|
|
$Testing::CheckMemoryLeaks = false;
|
|
runAllUnitTests("-*.Stress*");
|
|
quit();
|