utest: UTEST_SMP_AFFFINITY_TC -> RT_UTEST_SMP_AFFFINITY

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
Chen Wang
2025-10-13 19:59:28 +08:00
committed by R b b666
parent 1dbcde518a
commit b90b29255c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
menu "Kernel SMP Testcase"
config UTEST_SMP_AFFFINITY_TC
config RT_UTEST_SMP_AFFFINITY
bool "smp affinity and thread priority test1"
default n
+1 -1
View File
@@ -17,7 +17,7 @@ if GetDepend(['UTEST_SMP_INTERRUPT_PRI_TC']):
if GetDepend(['UTEST_SMP_THREAD_PREEMPTION_TC']):
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_affinity_pri1_tc.c']
src += ['smp_affinity_pri2_tc.c']