utest: UTEST_SMP_THREAD_PREEMPTION_TC -> RT_UTEST_SMP_THREAD_PREEMPTION

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
Chen Wang
2025-10-13 20:04:39 +08:00
committed by R b b666
parent d4533b0a17
commit 58dc730ece
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ config RT_UTEST_SMP_SPINLOCK
bool "smp spinlock test"
default n
config UTEST_SMP_THREAD_PREEMPTION_TC
config RT_UTEST_SMP_THREAD_PREEMPTION
bool "smp threads preemption test"
default n

View File

@@ -14,7 +14,7 @@ if GetDepend(['RT_UTEST_SMP_ASSIGNED_IDLE_CORE']):
if GetDepend(['RT_UTEST_SMP_INTERRUPT_PRI']):
src += ['smp_interrupt_pri_tc.c']
if GetDepend(['UTEST_SMP_THREAD_PREEMPTION_TC']):
if GetDepend(['RT_UTEST_SMP_THREAD_PREEMPTION']):
src += ['smp_thread_preemption_tc.c']
if GetDepend(['RT_UTEST_SMP_AFFFINITY']):