mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-05-16 03:27:39 +08:00
utest: UTEST_SMP_SPINLOCK_TC -> RT_UTEST_SMP_SPINLOCK
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
@@ -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"
|
||||
default n
|
||||
|
||||
|
||||
@@ -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']):
|
||||
|
||||
Reference in New Issue
Block a user