We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f891a commit 8ba47a4Copy full SHA for 8ba47a4
src/utest/smp/Kconfig
@@ -16,7 +16,7 @@ config RT_UTEST_SMP_SPINLOCK
16
bool "smp spinlock test"
17
default n
18
19
-config UTEST_SMP_THREAD_PREEMPTION_TC
+config RT_UTEST_SMP_THREAD_PREEMPTION
20
bool "smp threads preemption test"
21
22
src/utest/smp/SConscript
@@ -14,7 +14,7 @@ if GetDepend(['RT_UTEST_SMP_ASSIGNED_IDLE_CORE']):
14
if GetDepend(['RT_UTEST_SMP_INTERRUPT_PRI']):
15
src += ['smp_interrupt_pri_tc.c']
-if GetDepend(['UTEST_SMP_THREAD_PREEMPTION_TC']):
+if GetDepend(['RT_UTEST_SMP_THREAD_PREEMPTION']):
src += ['smp_thread_preemption_tc.c']
if GetDepend(['RT_UTEST_SMP_AFFFINITY']):
0 commit comments