mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-06 09:02:20 +08:00
utest: UTEST_SMP_ASSIGNED_IDLE_CORE_TC -> RT_UTEST_SMP_ASSIGNED_IDLE_CORE
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
@@ -4,7 +4,7 @@ config RT_UTEST_SMP_AFFFINITY
|
||||
bool "smp affinity and thread priority test1"
|
||||
default n
|
||||
|
||||
config UTEST_SMP_ASSIGNED_IDLE_CORE_TC
|
||||
config RT_UTEST_SMP_ASSIGNED_IDLE_CORE
|
||||
bool "smp threads auto assign to idle cores for test"
|
||||
default n
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ CPPPATH = [cwd]
|
||||
if GetDepend(['UTEST_SMP_SPINLOCK_TC']):
|
||||
src += ['smp_spinlock_tc.c']
|
||||
|
||||
if GetDepend(['UTEST_SMP_ASSIGNED_IDLE_CORE_TC']):
|
||||
if GetDepend(['RT_UTEST_SMP_ASSIGNED_IDLE_CORE']):
|
||||
src += ['smp_assigned_idle_cores_tc.c']
|
||||
|
||||
if GetDepend(['UTEST_SMP_INTERRUPT_PRI_TC']):
|
||||
|
||||
Reference in New Issue
Block a user