Skip to content

Commit dedc37d

Browse files
committed
utest: UTEST_SMP_INTERRUPT_PRI_TC -> RT_UTEST_SMP_INTERRUPT_PRI
Signed-off-by: Chen Wang <[email protected]>
1 parent 873de26 commit dedc37d

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
@@ -8,7 +8,7 @@ config RT_UTEST_SMP_ASSIGNED_IDLE_CORE
88
bool "smp threads auto assign to idle cores for test"
99
default n
1010

11-
config UTEST_SMP_INTERRUPT_PRI_TC
11+
config RT_UTEST_SMP_INTERRUPT_PRI
1212
bool "smp interrupt priority test"
1313
default n
1414

src/utest/smp/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if GetDepend(['UTEST_SMP_SPINLOCK_TC']):
1111
if GetDepend(['RT_UTEST_SMP_ASSIGNED_IDLE_CORE']):
1212
src += ['smp_assigned_idle_cores_tc.c']
1313

14-
if GetDepend(['UTEST_SMP_INTERRUPT_PRI_TC']):
14+
if GetDepend(['RT_UTEST_SMP_INTERRUPT_PRI']):
1515
src += ['smp_interrupt_pri_tc.c']
1616

1717
if GetDepend(['UTEST_SMP_THREAD_PREEMPTION_TC']):

0 commit comments

Comments
 (0)