mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-30 02:40:24 +08:00
【完善】SConscript 脚本文件
This commit is contained in:
parent
e3ee4f2846
commit
5767c2e0f4
@ -2,10 +2,9 @@ Import('rtconfig')
|
||||
from building import *
|
||||
|
||||
cwd = GetCurrentDir()
|
||||
src = []
|
||||
|
||||
if GetDepend('UTEST_SELF_PASS_TC'):
|
||||
src += ['pass_tc.c']
|
||||
src = Split('''
|
||||
pass_tc.c
|
||||
''')
|
||||
|
||||
CPPPATH = [cwd]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user