mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
All unit tests that run now pass.
This commit is contained in:
parent
b173e5571c
commit
fae1bad96c
4 changed files with 19 additions and 22 deletions
|
|
@ -86,6 +86,7 @@ DefineConsoleFunction( runAllUnitTests, int, (const char* testSpecs), (""),
|
|||
|
||||
"@param testSpecs A space-sepatated list of filters for test cases. "
|
||||
"See https://code.google.com/p/googletest/wiki/AdvancedGuide#Running_a_Subset_of_the_Tests "
|
||||
"and http://stackoverflow.com/a/14021997/945863 "
|
||||
"for a description of the flag format.")
|
||||
{
|
||||
S32 testArgc = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue