Home
last modified time | relevance | path

Searched refs:smokeTest (Results 1 - 1 of 1) sorted by relevance

/kernel/liteos_a/testsuites/unittest/tools/
H A Dunittest_tools.cpp110 static bool TestsuitesIsSmoke(string testsuite, int fileLen, string smokeTest, int smokeTestLen) in TestsuitesIsSmoke() argument
116 if (strcmp(smokeTest.c_str(), (char *)(testsuite.c_str() + (fileLen - smokeTestLen))) == 0) { in TestsuitesIsSmoke()
175 const char *smokeTest = "door.bin"; in RunAllTestCase() local
178 int smokeTestLen = strlen(smokeTest); in RunAllTestCase()
195 if (strcmp(testMode, smokeTest) == 0) { in RunAllTestCase()
196 if (!TestsuitesIsSmoke(files[i], fileLen, smokeTest, smokeTestLen)) { in RunAllTestCase()
200 if (TestsuitesIsSmoke(files[i], fileLen, smokeTest, smokeTestLen)) { in RunAllTestCase()

Completed in 2 milliseconds