Skip to content

Commit 0dc3990

Browse files
committed
utest: UTEST_SELF_PASS_TC -> RT_UTEST_SELF_PASS
Signed-off-by: Chen Wang <[email protected]>
1 parent 9fd1a48 commit 0dc3990

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

bsp/nuvoton/ma35-rtp/.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ CONFIG_RT_USING_UTESTCASES=y
400400
#
401401
# Utest Self Testcase
402402
#
403-
CONFIG_UTEST_SELF_PASS_TC=y
403+
CONFIG_RT_UTEST_SELF_PASS=y
404404
# end of Utest Self Testcase
405405

406406
#

bsp/nuvoton/ma35-rtp/rtconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217

218218
/* Utest Self Testcase */
219219

220-
#define UTEST_SELF_PASS_TC
220+
#define RT_UTEST_SELF_PASS
221221
/* end of Utest Self Testcase */
222222

223223
/* Kernel Testcase */

bsp/nuvoton/numaker-hmi-ma35d1/.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ CONFIG_RT_USING_UTESTCASES=y
605605
#
606606
# Utest Self Testcase
607607
#
608-
CONFIG_UTEST_SELF_PASS_TC=y
608+
CONFIG_RT_UTEST_SELF_PASS=y
609609
# end of Utest Self Testcase
610610

611611
#

bsp/nuvoton/numaker-hmi-ma35d1/rtconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378

379379
/* Utest Self Testcase */
380380

381-
#define UTEST_SELF_PASS_TC
381+
#define RT_UTEST_SELF_PASS
382382
/* end of Utest Self Testcase */
383383

384384
/* Kernel Testcase */

bsp/nuvoton/numaker-iot-ma35d1/.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ CONFIG_RT_USING_UTESTCASES=y
606606
#
607607
# Utest Self Testcase
608608
#
609-
CONFIG_UTEST_SELF_PASS_TC=y
609+
CONFIG_RT_UTEST_SELF_PASS=y
610610
# end of Utest Self Testcase
611611

612612
#

bsp/nuvoton/numaker-iot-ma35d1/rtconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379

380380
/* Utest Self Testcase */
381381

382-
#define UTEST_SELF_PASS_TC
382+
#define RT_UTEST_SELF_PASS
383383
/* end of Utest Self Testcase */
384384

385385
/* Kernel Testcase */

bsp/nuvoton/numaker-m032ki/.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ CONFIG_RT_USING_UTESTCASES=y
407407
#
408408
# Utest Self Testcase
409409
#
410-
CONFIG_UTEST_SELF_PASS_TC=y
410+
CONFIG_RT_UTEST_SELF_PASS=y
411411
# end of Utest Self Testcase
412412

413413
#

bsp/nuvoton/numaker-m032ki/config_lvgl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ CONFIG_RT_USING_UTESTCASES=y
234234
#
235235
# Utest Self Testcase
236236
#
237-
CONFIG_UTEST_SELF_PASS_TC=y
237+
CONFIG_RT_UTEST_SELF_PASS=y
238238

239239
#
240240
# Kernel Testcase

bsp/nuvoton/numaker-m032ki/rtconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223

224224
/* Utest Self Testcase */
225225

226-
#define UTEST_SELF_PASS_TC
226+
#define RT_UTEST_SELF_PASS
227227
/* end of Utest Self Testcase */
228228

229229
/* Kernel Testcase */

components/utilities/utest/utest/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
menu "Utest Self Testcase"
22

3-
config UTEST_SELF_PASS_TC
3+
config RT_UTEST_SELF_PASS
44
bool "UTEST Self-test"
55
select RT_USING_UTEST
66
default n

0 commit comments

Comments
 (0)