Skip to content

Commit 8ba47a4

Browse files
committed
utest: UTEST_SMP_THREAD_PREEMPTION_TC -> RT_UTEST_SMP_THREAD_PREEMPTION
Signed-off-by: Chen Wang <[email protected]>
1 parent e8f891a commit 8ba47a4

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
@@ -16,7 +16,7 @@ config RT_UTEST_SMP_SPINLOCK
1616
bool "smp spinlock test"
1717
default n
1818

19-
config UTEST_SMP_THREAD_PREEMPTION_TC
19+
config RT_UTEST_SMP_THREAD_PREEMPTION
2020
bool "smp threads preemption test"
2121
default n
2222

src/utest/smp/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if GetDepend(['RT_UTEST_SMP_ASSIGNED_IDLE_CORE']):
1414
if GetDepend(['RT_UTEST_SMP_INTERRUPT_PRI']):
1515
src += ['smp_interrupt_pri_tc.c']
1616

17-
if GetDepend(['UTEST_SMP_THREAD_PREEMPTION_TC']):
17+
if GetDepend(['RT_UTEST_SMP_THREAD_PREEMPTION']):
1818
src += ['smp_thread_preemption_tc.c']
1919

2020
if GetDepend(['RT_UTEST_SMP_AFFFINITY']):

0 commit comments

Comments
 (0)