[utestcase] 添加 message queue 测试用例

This commit is contained in:
Sherman
2021-09-01 10:13:00 +08:00
parent 553b57e3a9
commit 7c24a01979
4 changed files with 201 additions and 0 deletions

View File

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