【完善】SConscript 脚本文件
This commit is contained in:
parent
e3ee4f2846
commit
5767c2e0f4
|
@ -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]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue