mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-16 11:28:54 +00:00
V1.0.5
This commit is contained in:
@@ -6,7 +6,10 @@ cwd = GetCurrentDir()
|
||||
CPPPATH = []
|
||||
src = []
|
||||
if GetDepend('AIC_CE_DRV_TEST') and GetDepend('RT_USING_FINSH'):
|
||||
src = Glob('*.c')
|
||||
src = Glob('test_ce.c')
|
||||
if GetDepend('AIC_SOFT_AES_TEST') and GetDepend('RT_USING_FINSH'):
|
||||
src = Glob('soft-aes-ecb.c')
|
||||
src += Glob('test-soft-aes-ecb.c')
|
||||
|
||||
group = DefineGroup('test-ce', src, depend = [''], CPPPATH = CPPPATH)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user