utest: UTEST_SMP_SPINLOCK_TC -> RT_UTEST_SMP_SPINLOCK

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
Chen Wang
2025-10-13 20:03:26 +08:00
committed by R b b666
parent 647f24bd6d
commit d4533b0a17
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ config RT_UTEST_SMP_INTERRUPT_PRI
bool "smp interrupt priority test" bool "smp interrupt priority test"
default n default n
config UTEST_SMP_SPINLOCK_TC config RT_UTEST_SMP_SPINLOCK
bool "smp spinlock test" bool "smp spinlock test"
default n default n
+1 -1
View File
@@ -5,7 +5,7 @@ cwd = GetCurrentDir()
src = [] src = []
CPPPATH = [cwd] CPPPATH = [cwd]
if GetDepend(['UTEST_SMP_SPINLOCK_TC']): if GetDepend(['RT_UTEST_SMP_SPINLOCK']):
src += ['smp_spinlock_tc.c'] src += ['smp_spinlock_tc.c']
if GetDepend(['RT_UTEST_SMP_ASSIGNED_IDLE_CORE']): if GetDepend(['RT_UTEST_SMP_ASSIGNED_IDLE_CORE']):