瀏覽代碼

utest: UTEST_SMP_SPINLOCK_TC -> RT_UTEST_SMP_SPINLOCK

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
Chen Wang 4 月之前
父節點
當前提交
d4533b0a17
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/utest/smp/Kconfig
  2. 1 1
      src/utest/smp/SConscript

+ 1 - 1
src/utest/smp/Kconfig

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

+ 1 - 1
src/utest/smp/SConscript

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