Skip to content

Commit 6874b4a

Browse files
committed
utest: UTEST_SMP_AFFFINITY_TC -> RT_UTEST_SMP_AFFFINITY
Signed-off-by: Chen Wang <[email protected]>
1 parent ee35f08 commit 6874b4a

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
@@ -1,6 +1,6 @@
11
menu "Kernel SMP Testcase"
22

3-
config UTEST_SMP_AFFFINITY_TC
3+
config RT_UTEST_SMP_AFFFINITY
44
bool "smp affinity and thread priority test1"
55
default n
66

src/utest/smp/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if GetDepend(['UTEST_SMP_INTERRUPT_PRI_TC']):
1717
if GetDepend(['UTEST_SMP_THREAD_PREEMPTION_TC']):
1818
src += ['smp_thread_preemption_tc.c']
1919

20-
if GetDepend(['UTEST_SMP_AFFFINITY_TC']):
20+
if GetDepend(['RT_UTEST_SMP_AFFFINITY']):
2121
src += ['smp_bind_affinity_tc.c']
2222
src += ['smp_affinity_pri1_tc.c']
2323
src += ['smp_affinity_pri2_tc.c']

0 commit comments

Comments
 (0)