mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-05-28 09:56:32 +08:00
utest: UTEST_SMP_AFFFINITY_TC -> RT_UTEST_SMP_AFFFINITY
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
menu "Kernel SMP Testcase"
|
menu "Kernel SMP Testcase"
|
||||||
|
|
||||||
config UTEST_SMP_AFFFINITY_TC
|
config RT_UTEST_SMP_AFFFINITY
|
||||||
bool "smp affinity and thread priority test1"
|
bool "smp affinity and thread priority test1"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ if GetDepend(['UTEST_SMP_INTERRUPT_PRI_TC']):
|
|||||||
if GetDepend(['UTEST_SMP_THREAD_PREEMPTION_TC']):
|
if GetDepend(['UTEST_SMP_THREAD_PREEMPTION_TC']):
|
||||||
src += ['smp_thread_preemption_tc.c']
|
src += ['smp_thread_preemption_tc.c']
|
||||||
|
|
||||||
if GetDepend(['UTEST_SMP_AFFFINITY_TC']):
|
if GetDepend(['RT_UTEST_SMP_AFFFINITY']):
|
||||||
src += ['smp_bind_affinity_tc.c']
|
src += ['smp_bind_affinity_tc.c']
|
||||||
src += ['smp_affinity_pri1_tc.c']
|
src += ['smp_affinity_pri1_tc.c']
|
||||||
src += ['smp_affinity_pri2_tc.c']
|
src += ['smp_affinity_pri2_tc.c']
|
||||||
|
|||||||
Reference in New Issue
Block a user