File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
components/utilities/utest/utest Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff 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#
Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff 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#
Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff 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#
Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff 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#
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff line change 11menu "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
You can’t perform that action at this time.
0 commit comments