Home
last modified time | relevance | path

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

/kernel/liteos_m/testsuites/src/
H A DiCunit.c68 iCunit_CaseArray[idx].testcase_level = testcaseLevel; in ICunitAddCase()
125 g_strModule[psubCaseArray->testcase_module], g_strLevel[psubCaseArray->testcase_level], in ICunitRunF()
132 g_strLevel[psubCaseArray->testcase_level], g_strType[psubCaseArray->testcase_type], in ICunitRunF()
/kernel/liteos_m/testsuites/include/
H A DiCunit.h80 iUINT16 testcase_level; member
359 #define TEST_ADD_CASE(name, casefunc, testcase_layer, testcase_module, testcase_level, testcase_type) \
362 uwRet = ICunitAddCase(name, (CASE_FUNCTION)casefunc, testcase_layer, testcase_module, testcase_level, \
/kernel/liteos_a/testsuites/kernel/src/
H A DiCunit.c169 g_iCunitCaseArray[idx].testcase_level = testcaseLevel; in ICunitAddCase()
319 g_strModule[psubCase->testcase_module], g_strLevel[psubCase->testcase_level], in ICunitRunF()
417 g_strLevel[psubCase->testcase_level], g_strType[psubCase->testcase_type]); in ICunitRunF()
431 g_strLevel[psubCase->testcase_level], g_strType[psubCase->testcase_type], psubCase->errLine, in ICunitRunF()
637 ((testCase->testcase_level == testcaseLevel) || (testcaseLevel == TEST_LEVEL_ALL)) && in ICunitRunTestcaseSatisfied()
H A DosTest.c466 g_strLevel[g_errorCase[j].testcase_level], g_strType[g_errorCase[j].testcase_type], in TestTaskEntry()
/kernel/liteos_a/testsuites/kernel/include/
H A DiCunit.h86 iUINT16 testcase_level; member
443 #define TEST_ADD_CASE(name, casefunc, testcase_layer, testcase_module, testcase_level, testcase_type) \
446 uwRet = ICunitAddCase(name, (CASE_FUNCTION)casefunc, testcase_layer, testcase_module, testcase_level, \
H A DosTest.h354 CHAR testcase_level[16]; member
/kernel/liteos_a/testsuites/unittest/common/include/
H A DosTest.h366 CHAR testcase_level[16]; member

Completed in 12 milliseconds