mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-04 21:11:40 +00:00
utest: UTEST_SELF_PASS_TC -> RT_UTEST_SELF_PASS
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
menu "Utest Self Testcase"
|
||||
|
||||
config UTEST_SELF_PASS_TC
|
||||
config RT_UTEST_SELF_PASS
|
||||
bool "UTEST Self-test"
|
||||
select RT_USING_UTEST
|
||||
default n
|
||||
|
||||
@@ -2,7 +2,7 @@ from building import *
|
||||
|
||||
src = []
|
||||
|
||||
if GetDepend('UTEST_SELF_PASS_TC'):
|
||||
if GetDepend('RT_UTEST_SELF_PASS'):
|
||||
src += Glob('TC_*.c')
|
||||
|
||||
group = DefineGroup('utc_UTest', src, depend = [''])
|
||||
|
||||
Reference in New Issue
Block a user