This commit is contained in:
刘可亮
2024-06-04 19:00:30 +08:00
parent 990c72f5be
commit 0a13af6a1d
1668 changed files with 342810 additions and 37726 deletions

View File

@@ -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)