[add]kernel timer testcase

This commit is contained in:
tyustli
2021-08-23 12:37:54 +08:00
parent a280fb8f2a
commit 0596a98c80
3 changed files with 528 additions and 0 deletions

View File

@@ -19,4 +19,8 @@ config UTEST_EVENT_TC
default n
depends on RT_USING_EVENT
config UTEST_TIMER_TC
bool "timer test"
default n
endmenu

View File

@@ -17,6 +17,9 @@ if GetDepend(['UTEST_SEMAPHORE_TC']):
if GetDepend(['UTEST_EVENT_TC']):
src += ['event_tc.c']
if GetDepend(['UTEST_TIMER_TC']):
src += ['timer_tc.c']
CPPPATH = [cwd]
group = DefineGroup('utestcases', src, depend = [], CPPPATH = CPPPATH)

File diff suppressed because it is too large Load Diff