utest: UTEST_SMP_INTERRUPT_PRI_TC -> RT_UTEST_SMP_INTERRUPT_PRI

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
Chen Wang
2025-10-15 09:43:16 +08:00
committed by R b b666
parent b89eada804
commit 647f24bd6d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ config RT_UTEST_SMP_ASSIGNED_IDLE_CORE
bool "smp threads auto assign to idle cores for test"
default n
config UTEST_SMP_INTERRUPT_PRI_TC
config RT_UTEST_SMP_INTERRUPT_PRI
bool "smp interrupt priority test"
default n
+1 -1
View File
@@ -11,7 +11,7 @@ if GetDepend(['UTEST_SMP_SPINLOCK_TC']):
if GetDepend(['RT_UTEST_SMP_ASSIGNED_IDLE_CORE']):
src += ['smp_assigned_idle_cores_tc.c']
if GetDepend(['UTEST_SMP_INTERRUPT_PRI_TC']):
if GetDepend(['RT_UTEST_SMP_INTERRUPT_PRI']):
src += ['smp_interrupt_pri_tc.c']
if GetDepend(['UTEST_SMP_THREAD_PREEMPTION_TC']):