Просмотр исходного кода

utest: UTEST_SMP_AFFFINITY_TC -> RT_UTEST_SMP_AFFFINITY

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
Chen Wang 4 месяцев назад
Родитель
Сommit
b90b29255c
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      src/utest/smp/Kconfig
  2. 1 1
      src/utest/smp/SConscript

+ 1 - 1
src/utest/smp/Kconfig

@@ -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
 
 

+ 1 - 1
src/utest/smp/SConscript

@@ -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']