Merge pull request #4967 from tyustli/timer_test

[add] [testcase] add timer testcase src code and Kconfig
This commit is contained in:
guo
2021-08-24 14:15:36 +08:00
committed by GitHub
3 changed files with 527 additions and 0 deletions
+4
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
@@ -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