Skip to content

Commit d4533b0

Browse files
unicornxRbb666
authored andcommitted
utest: UTEST_SMP_SPINLOCK_TC -> RT_UTEST_SMP_SPINLOCK
Signed-off-by: Chen Wang <[email protected]>
1 parent 647f24b commit d4533b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/utest/smp/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ config RT_UTEST_SMP_INTERRUPT_PRI
1212
bool "smp interrupt priority test"
1313
default n
1414

15-
config UTEST_SMP_SPINLOCK_TC
15+
config RT_UTEST_SMP_SPINLOCK
1616
bool "smp spinlock test"
1717
default n
1818

src/utest/smp/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cwd = GetCurrentDir()
55
src = []
66
CPPPATH = [cwd]
77

8-
if GetDepend(['UTEST_SMP_SPINLOCK_TC']):
8+
if GetDepend(['RT_UTEST_SMP_SPINLOCK']):
99
src += ['smp_spinlock_tc.c']
1010

1111
if GetDepend(['RT_UTEST_SMP_ASSIGNED_IDLE_CORE']):

0 commit comments

Comments
 (0)