[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
@@ -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)