mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-05-30 19:18:19 +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"
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -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']):
|
||||||
|
|||||||
Reference in New Issue
Block a user