Skip to content

Commit 873de26

Browse files
committed
utest: UTEST_SMP_ASSIGNED_IDLE_CORE_TC -> RT_UTEST_SMP_ASSIGNED_IDLE_CORE
Signed-off-by: Chen Wang <[email protected]>
1 parent 6874b4a commit 873de26

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
@@ -4,7 +4,7 @@ config RT_UTEST_SMP_AFFFINITY
44
bool "smp affinity and thread priority test1"
55
default n
66

7-
config UTEST_SMP_ASSIGNED_IDLE_CORE_TC
7+
config RT_UTEST_SMP_ASSIGNED_IDLE_CORE
88
bool "smp threads auto assign to idle cores for test"
99
default n
1010

src/utest/smp/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CPPPATH = [cwd]
88
if GetDepend(['UTEST_SMP_SPINLOCK_TC']):
99
src += ['smp_spinlock_tc.c']
1010

11-
if GetDepend(['UTEST_SMP_ASSIGNED_IDLE_CORE_TC']):
11+
if GetDepend(['RT_UTEST_SMP_ASSIGNED_IDLE_CORE']):
1212
src += ['smp_assigned_idle_cores_tc.c']
1313

1414
if GetDepend(['UTEST_SMP_INTERRUPT_PRI_TC']):

0 commit comments

Comments
 (0)