Fixed the calculation of total runtime for a suite.
This commit is contained in:
parent
8e4f7ad4e5
commit
7d6dcc9376
1 changed files with 2 additions and 0 deletions
|
@ -693,6 +693,8 @@ main(int argc, char *argv[])
|
||||||
SuiteEnded(testPassCount, testFailureCount, testSkipCount, time(0),
|
SuiteEnded(testPassCount, testFailureCount, testSkipCount, time(0),
|
||||||
suiteRuntime);
|
suiteRuntime);
|
||||||
|
|
||||||
|
suiteStartTime = SDL_GetTicks();
|
||||||
|
|
||||||
currentSuiteName = testItem->suiteName;
|
currentSuiteName = testItem->suiteName;
|
||||||
SuiteStarted(currentSuiteName, time(0));
|
SuiteStarted(currentSuiteName, time(0));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue