Searched refs:SDLTEST_LOG_SUMMARY_FORMAT (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_harness.c | 35 #define SDLTEST_LOG_SUMMARY_FORMAT "%s Summary: Total=%d Passed=%d Failed=%d Skipped=%d" macro 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() 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