mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-24 15:28:53 +00:00
v1.0.3
This commit is contained in:
@@ -5,7 +5,7 @@ from building import *
|
||||
cwd = GetCurrentDir()
|
||||
CPPPATH = []
|
||||
src = []
|
||||
if GetDepend('AIC_RTC_DRV_TEST') and GetDepend('RT_USING_FINSH'):
|
||||
if GetDepend('AIC_RTC_DRV_TEST') and GetDepend('RT_USING_FINSH') and GetDepend('RT_USING_ALARM'):
|
||||
src = Glob('*.c')
|
||||
|
||||
group = DefineGroup('test-alarm', src, depend = [''], CPPPATH = CPPPATH)
|
||||
|
||||
Reference in New Issue
Block a user