mirror of
https://github.com/yawut/SDL.git
synced 2026-08-23 09:15:18 -05:00
Fixed the calculation of total runtime for a suite.
This commit is contained in:
@@ -693,6 +693,8 @@ main(int argc, char *argv[])
|
||||
SuiteEnded(testPassCount, testFailureCount, testSkipCount, time(0),
|
||||
suiteRuntime);
|
||||
|
||||
suiteStartTime = SDL_GetTicks();
|
||||
|
||||
currentSuiteName = testItem->suiteName;
|
||||
SuiteStarted(currentSuiteName, time(0));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user