rt-thread-official/components/utilities/utest/SConscript

9 lines
189 B
Python
Raw Permalink Normal View History

from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
2020-12-19 16:49:11 +08:00
group = DefineGroup('UTest', src, depend = ['RT_USING_UTEST'], CPPPATH = CPPPATH)
Return('group')