mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 09:08:25 +00:00
update testcase for kernel.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1849 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -31,9 +31,9 @@ timer_timeout.c
|
||||
heap_malloc.c
|
||||
heap_realloc.c
|
||||
memp_simple.c
|
||||
tc_sample.c
|
||||
""")
|
||||
CPPDEFINES = ['RT_USING_TC']
|
||||
|
||||
group = DefineGroup('examples', src, depend = [''], CPPDEFINES = CPPDEFINES)
|
||||
group = DefineGroup('examples', src, depend = ['RT_USING_TC'])
|
||||
|
||||
Return('group')
|
||||
|
||||
Reference in New Issue
Block a user