【完善】SConscript 脚本文件

This commit is contained in:
guozhanxin 2021-05-12 09:50:40 +08:00
parent e3ee4f2846
commit 5767c2e0f4
1 changed files with 3 additions and 4 deletions

View File

@ -2,10 +2,9 @@ Import('rtconfig')
from building import * from building import *
cwd = GetCurrentDir() cwd = GetCurrentDir()
src = [] src = Split('''
pass_tc.c
if GetDepend('UTEST_SELF_PASS_TC'): ''')
src += ['pass_tc.c']
CPPPATH = [cwd] CPPPATH = [cwd]