mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
7 lines
146 B
Python
7 lines
146 B
Python
from building import *
|
|
|
|
src = Glob('*.c')
|
|
group = DefineGroup('UTest', src, depend = ['RT_USING_NEWLIB', 'RT_USING_PTHREADS'])
|
|
|
|
Return('group')
|