[SConscript]update group name

This commit is contained in:
yangjie
2020-12-19 16:49:11 +08:00
parent ba83ddc3c4
commit ef62febf1f
132 changed files with 133 additions and 133 deletions

View File

@@ -1,6 +1,6 @@
from building import *
src = Glob('*.c')
group = DefineGroup('LIBCTest', src, depend = ['RT_USING_NEWLIB', 'RT_USING_PTHREADS'])
group = DefineGroup('UTest', src, depend = ['RT_USING_NEWLIB', 'RT_USING_PTHREADS'])
Return('group')