Files
luban-lite-t3e-pro/kernel/rt-thread/examples/utest/testcases/cpp11/SConscript

14 lines
237 B
Python
Raw Normal View History

2023-08-30 16:21:18 +08:00
Import('rtconfig')
from building import *
cwd = GetCurrentDir()
src = Split('''
thread_tc.cpp
''')
CPPPATH = [cwd]
group = DefineGroup('utestcases', src, depend = ['UTEST_CPP11_THREAD_TC'], CPPPATH = CPPPATH)
Return('group')