Searched refs:testSkippedCount (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_harness.c | 402 int testSkippedCount = 0; in SDLTest_RunSuites() local 515 testSkippedCount = 0; in SDLTest_RunSuites() 580 testSkippedCount++; in SDLTest_RunSuites() 632 countSum = testPassedCount + testFailedCount + testSkippedCount; in SDLTest_RunSuites() 635 …SDLTEST_LOG_SUMMARY_FORMAT, "Suite", countSum, testPassedCount, testFailedCount, testSkippedCount); in SDLTest_RunSuites() 640 …SDLTEST_LOG_SUMMARY_FORMAT, "Suite", countSum, testPassedCount, testFailedCount, testSkippedCount); in SDLTest_RunSuites()
|
Completed in 7 milliseconds