mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-29 01:06:56 +00:00
V1.0.5
This commit is contained in:
@@ -6,7 +6,10 @@ cwd = GetCurrentDir()
|
||||
CPPPATH = []
|
||||
src = []
|
||||
if GetDepend('AIC_TSEN_TEST') and GetDepend('RT_USING_FINSH'):
|
||||
src = Glob('*.c')
|
||||
src = Glob('*test_tsen.c')
|
||||
|
||||
if GetDepend('AIC_TSEN_HIGH_TEMP_ALARM_TEST') and GetDepend('RT_USING_FINSH'):
|
||||
src = Glob('*test_tsen_htp.c')
|
||||
|
||||
group = DefineGroup('test-tsen', src, depend = [''], CPPPATH = CPPPATH)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user