utest: UTEST_SELF_PASS_TC -> RT_UTEST_SELF_PASS

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
Chen Wang
2025-10-13 16:33:14 +08:00
committed by R b b666
parent c2f041640d
commit df4fdc0087
12 changed files with 12 additions and 12 deletions

View File

@@ -400,7 +400,7 @@ CONFIG_RT_USING_UTESTCASES=y
#
# Utest Self Testcase
#
CONFIG_UTEST_SELF_PASS_TC=y
CONFIG_RT_UTEST_SELF_PASS=y
# end of Utest Self Testcase
#

View File

@@ -217,7 +217,7 @@
/* Utest Self Testcase */
#define UTEST_SELF_PASS_TC
#define RT_UTEST_SELF_PASS
/* end of Utest Self Testcase */
/* Kernel Testcase */

View File

@@ -605,7 +605,7 @@ CONFIG_RT_USING_UTESTCASES=y
#
# Utest Self Testcase
#
CONFIG_UTEST_SELF_PASS_TC=y
CONFIG_RT_UTEST_SELF_PASS=y
# end of Utest Self Testcase
#

View File

@@ -378,7 +378,7 @@
/* Utest Self Testcase */
#define UTEST_SELF_PASS_TC
#define RT_UTEST_SELF_PASS
/* end of Utest Self Testcase */
/* Kernel Testcase */

View File

@@ -606,7 +606,7 @@ CONFIG_RT_USING_UTESTCASES=y
#
# Utest Self Testcase
#
CONFIG_UTEST_SELF_PASS_TC=y
CONFIG_RT_UTEST_SELF_PASS=y
# end of Utest Self Testcase
#

View File

@@ -379,7 +379,7 @@
/* Utest Self Testcase */
#define UTEST_SELF_PASS_TC
#define RT_UTEST_SELF_PASS
/* end of Utest Self Testcase */
/* Kernel Testcase */

View File

@@ -407,7 +407,7 @@ CONFIG_RT_USING_UTESTCASES=y
#
# Utest Self Testcase
#
CONFIG_UTEST_SELF_PASS_TC=y
CONFIG_RT_UTEST_SELF_PASS=y
# end of Utest Self Testcase
#

View File

@@ -234,7 +234,7 @@ CONFIG_RT_USING_UTESTCASES=y
#
# Utest Self Testcase
#
CONFIG_UTEST_SELF_PASS_TC=y
CONFIG_RT_UTEST_SELF_PASS=y
#
# Kernel Testcase

View File

@@ -223,7 +223,7 @@
/* Utest Self Testcase */
#define UTEST_SELF_PASS_TC
#define RT_UTEST_SELF_PASS
/* end of Utest Self Testcase */
/* Kernel Testcase */

View File

@@ -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

View File

@@ -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 = [''])

View File

@@ -2,6 +2,6 @@
CONFIG_RT_CONSOLEBUF_SIZE=1024
CONFIG_RT_USING_CI_ACTION=y
CONFIG_UTEST_SELF_PASS_TC=y
CONFIG_RT_UTEST_SELF_PASS=y
CONFIG_UTEST_MEMHEAP_TC=y
CONFIG_UTEST_SMALL_MEM_TC=y