Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
@@ -12,7 +12,7 @@ config RT_UTEST_SMP_INTERRUPT_PRI
bool "smp interrupt priority test"
default n
-config UTEST_SMP_SPINLOCK_TC
+config RT_UTEST_SMP_SPINLOCK
bool "smp spinlock test"
@@ -5,7 +5,7 @@ cwd = GetCurrentDir()
src = []
CPPPATH = [cwd]
-if GetDepend(['UTEST_SMP_SPINLOCK_TC']):
+if GetDepend(['RT_UTEST_SMP_SPINLOCK']):
src += ['smp_spinlock_tc.c']
if GetDepend(['RT_UTEST_SMP_ASSIGNED_IDLE_CORE']):