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 ee35f08 commit 6874b4aCopy full SHA for 6874b4a
src/utest/smp/Kconfig
@@ -1,6 +1,6 @@
1
menu "Kernel SMP Testcase"
2
3
-config UTEST_SMP_AFFFINITY_TC
+config RT_UTEST_SMP_AFFFINITY
4
bool "smp affinity and thread priority test1"
5
default n
6
src/utest/smp/SConscript
@@ -17,7 +17,7 @@ if GetDepend(['UTEST_SMP_INTERRUPT_PRI_TC']):
17
if GetDepend(['UTEST_SMP_THREAD_PREEMPTION_TC']):
18
src += ['smp_thread_preemption_tc.c']
19
20
-if GetDepend(['UTEST_SMP_AFFFINITY_TC']):
+if GetDepend(['RT_UTEST_SMP_AFFFINITY']):
21
src += ['smp_bind_affinity_tc.c']
22
src += ['smp_affinity_pri1_tc.c']
23
src += ['smp_affinity_pri2_tc.c']
0 commit comments