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