6 lines
147 B
Python
6 lines
147 B
Python
from building import *
|
|
|
|
src = Glob('*.c')
|
|
group = DefineGroup('UTest', src, depend = ['RT_USING_NEWLIBC', 'RT_USING_PTHREADS'])
|
|
|
|
Return('group')
|