mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
Allow test flags to be specified, so we don't need TEST_STRESS.
This commit is contained in:
parent
00ec14561b
commit
85a0c1c59f
4 changed files with 23 additions and 27 deletions
|
|
@ -1,5 +1,5 @@
|
|||
setLogMode(2);
|
||||
$Con::LogBufferEnabled = false;
|
||||
$Testing::CheckMemoryLeaks = false;
|
||||
runAllUnitTests();
|
||||
runAllUnitTests("-*.Stress*");
|
||||
quit();
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
setLogMode(2);
|
||||
$Con::LogBufferEnabled = false;
|
||||
$Testing::CheckMemoryLeaks = false;
|
||||
runAllUnitTests();
|
||||
runAllUnitTests("-*.Stress*");
|
||||
quit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue