Files
2025-06-19 21:57:12 +08:00

7 lines
147 B
Python

from building import *
src = Glob('*.c')
group = DefineGroup('UTest', src, depend = ['RT_USING_NEWLIBC', 'RT_USING_PTHREADS'])
Return('group')