[add] event test case.

This commit is contained in:
liukangcc
2021-08-19 08:50:14 +08:00
parent 33a50d0eb0
commit f8c12d0f21
4 changed files with 354 additions and 1 deletions
@@ -11,6 +11,9 @@ if GetDepend(['UTEST_MEMHEAP_TC']):
if GetDepend(['UTEST_SEMAPHORE_TC']):
src += ['semaphore_tc.c']
if GetDepend(['UTEST_EVENT_TC']):
src += ['event_tc.c']
CPPPATH = [cwd]
group = DefineGroup('utestcases', src, depend = [], CPPPATH = CPPPATH)