Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
@@ -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
@@ -217,7 +217,7 @@
/* Utest Self Testcase */
-#define UTEST_SELF_PASS_TC
+#define RT_UTEST_SELF_PASS
/* end of Utest Self Testcase */
/* Kernel Testcase */
@@ -605,7 +605,7 @@ CONFIG_RT_USING_UTESTCASES=y
@@ -378,7 +378,7 @@
@@ -606,7 +606,7 @@ CONFIG_RT_USING_UTESTCASES=y
@@ -379,7 +379,7 @@
@@ -407,7 +407,7 @@ CONFIG_RT_USING_UTESTCASES=y
@@ -234,7 +234,7 @@ CONFIG_RT_USING_UTESTCASES=y
# Kernel Testcase
@@ -223,7 +223,7 @@
@@ -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 = [''])
@@ -2,6 +2,6 @@
CONFIG_RT_CONSOLEBUF_SIZE=1024
CONFIG_RT_USING_CI_ACTION=y
CONFIG_UTEST_MEMHEAP_TC=y
CONFIG_UTEST_SMALL_MEM_TC=y