File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
bsp/raspberry-pi/raspi-dm2.0
examples/utest/configs/kernel Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -654,7 +654,7 @@ CONFIG_RT_USING_UTESTCASES=y
654654# CONFIG_UTEST_ATOMIC_TC is not set
655655# CONFIG_UTEST_HOOKLIST_TC is not set
656656# CONFIG_UTEST_MTSAFE_KPRINT_TC is not set
657- CONFIG_UTEST_SCHEDULER_TC =y
657+ CONFIG_RT_UTEST_SCHEDULER =y
658658
659659#
660660# Kernel SMP Testcase
Original file line number Diff line number Diff line change 417417
418418/* Kernel Testcase */
419419
420- #define UTEST_SCHEDULER_TC
420+ #define RT_UTEST_SCHEDULER
421421
422422/* Kernel SMP Testcase */
423423
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ CONFIG_RT_UTEST_DRIVERS_CORE=y
99CONFIG_RT_UTEST_ATOMIC =y
1010CONFIG_RT_UTEST_HOOKLIST =y
1111CONFIG_RT_UTEST_MTSAFE_KPRINT =y
12- CONFIG_UTEST_SCHEDULER_TC =y
12+ CONFIG_RT_UTEST_SCHEDULER =y
1313
1414CONFIG_UTEST_THR_STACK_SIZE =8192
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ config RT_UTEST_MTSAFE_KPRINT
7575 bool "mtsafe kprint test"
7676 default n
7777
78- config UTEST_SCHEDULER_TC
78+ config RT_UTEST_SCHEDULER
7979 bool "scheduler test"
8080 default n
8181
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ if GetDepend(['UTEST_MEMPOOL_TC']):
5959 src += ['mempool_tc.c' ]
6060
6161# Stressful testcase for scheduler (MP/UP)
62- if GetDepend (['UTEST_SCHEDULER_TC ' ]):
62+ if GetDepend (['RT_UTEST_SCHEDULER ' ]):
6363 src += ['sched_timed_sem_tc.c' ]
6464 src += ['sched_timed_mtx_tc.c' ]
6565 src += ['sched_mtx_tc.c' ]
You can’t perform that action at this time.
0 commit comments