4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-19 04:33:31 +08:00

7 lines
146 B
Python
Raw Normal View History

2013-01-08 05:05:02 -08:00
from building import *
src = Glob('*.c')
2020-12-19 16:49:11 +08:00
group = DefineGroup('UTest', src, depend = ['RT_USING_NEWLIB', 'RT_USING_PTHREADS'])
2013-01-08 05:05:02 -08:00
Return('group')