mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-13 04:33:18 +08:00
【完善】SConscript 脚本文件
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user