Searched refs:countSum (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_harness.c | 403 int countSum = 0; in SDLTest_RunSuites() local 632 countSum = testPassedCount + testFailedCount + testSkippedCount; in SDLTest_RunSuites() 635 …SDLTest_Log(SDLTEST_LOG_SUMMARY_FORMAT, "Suite", countSum, testPassedCount, testFailedCount, testS… in SDLTest_RunSuites() 640 …SDLTest_LogError(SDLTEST_LOG_SUMMARY_FORMAT, "Suite", countSum, testPassedCount, testFailedCount, … in SDLTest_RunSuites() 656 countSum = totalTestPassedCount + totalTestFailedCount + totalTestSkippedCount; in SDLTest_RunSuites() 660 …SDLTest_Log(SDLTEST_LOG_SUMMARY_FORMAT, "Run", countSum, totalTestPassedCount, totalTestFailedCoun… in SDLTest_RunSuites() 666 …SDLTest_LogError(SDLTEST_LOG_SUMMARY_FORMAT, "Run", countSum, totalTestPassedCount, totalTestFaile… in SDLTest_RunSuites()
|
Completed in 3 milliseconds