mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-11-16 12:34:33 +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:
@@ -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
|
||||
#
|
||||
# Utest Self Testcase
|
||||
#
|
||||
CONFIG_UTEST_SELF_PASS_TC=y
|
||||
CONFIG_RT_UTEST_SELF_PASS=y
|
||||
# end of Utest Self Testcase
|
||||
|
||||
#
|
||||
|
||||
@@ -378,7 +378,7 @@
|
||||
|
||||
/* Utest Self Testcase */
|
||||
|
||||
#define UTEST_SELF_PASS_TC
|
||||
#define RT_UTEST_SELF_PASS
|
||||
/* end of Utest Self Testcase */
|
||||
|
||||
/* Kernel Testcase */
|
||||
|
||||
@@ -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
|
||||
|
||||
#
|
||||
|
||||
@@ -379,7 +379,7 @@
|
||||
|
||||
/* Utest Self Testcase */
|
||||
|
||||
#define UTEST_SELF_PASS_TC
|
||||
#define RT_UTEST_SELF_PASS
|
||||
/* end of Utest Self Testcase */
|
||||
|
||||
/* Kernel Testcase */
|
||||
|
||||
@@ -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
|
||||
|
||||
#
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -223,7 +223,7 @@
|
||||
|
||||
/* Utest Self Testcase */
|
||||
|
||||
#define UTEST_SELF_PASS_TC
|
||||
#define RT_UTEST_SELF_PASS
|
||||
/* end of Utest Self Testcase */
|
||||
|
||||
/* Kernel Testcase */
|
||||
|
||||
@@ -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_SELF_PASS_TC=y
|
||||
CONFIG_RT_UTEST_SELF_PASS=y
|
||||
CONFIG_UTEST_MEMHEAP_TC=y
|
||||
CONFIG_UTEST_SMALL_MEM_TC=y
|
||||
Reference in New Issue
Block a user