Commit 7d6dcc93 authored by Markus Kauppila's avatar Markus Kauppila

Fixed the calculation of total runtime for a suite.

parent 8e4f7ad4
...@@ -693,6 +693,8 @@ main(int argc, char *argv[]) ...@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment