Files
刘可亮 9f7ba67007 v1.0.3
2024-01-27 08:47:24 +08:00

14 lines
290 B
Python

Import('AIC_ROOT')
Import('PRJ_KERNEL')
from building import *
cwd = GetCurrentDir()
CPPPATH = []
src = []
if GetDepend('AIC_IPERF_LWIP_TEST') and GetDepend('RT_USING_FINSH'):
src = Glob('*.c')
group = DefineGroup('test-iperf', src, depend = [''], CPPPATH = CPPPATH)
Return('group')