[add] signal testcases

This commit is contained in:
guozhanxin
2021-09-04 18:04:57 +08:00
parent 37ca52d6df
commit 389077897e
4 changed files with 208 additions and 0 deletions
@@ -23,6 +23,9 @@ if GetDepend(['UTEST_TIMER_TC']):
if GetDepend(['UTEST_MESSAGEQUEUE_TC']):
src += ['messagequeue_tc.c']
if GetDepend(['UTEST_SIGNAL_TC']):
src += ['signal_tc.c']
CPPPATH = [cwd]
group = DefineGroup('utestcases', src, depend = [], CPPPATH = CPPPATH)