Skip to content

Commit 62aed67

Browse files
committed
utest: UTEST_MM_LWP_TC -> RT_UTEST_MM_LWP
Signed-off-by: Chen Wang <[email protected]>
1 parent 3b70688 commit 62aed67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/utest/testcases/mm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ menu "Memory Management Subsytem Testcase"
77
The test covers the Memory Management APIs under the
88
`components/mm` and `libcpu/[mmu.*|tlb.*|cache.*]`
99

10-
config UTEST_MM_LWP_TC
10+
config RT_UTEST_MM_LWP
1111
bool "Enable Utest for MM API in lwp"
1212
default n
1313
help

examples/utest/testcases/mm/SConscript

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

20-
if GetDepend(['UTEST_MM_LWP_TC', 'RT_USING_SMART']):
20+
if GetDepend(['RT_UTEST_MM_LWP', 'RT_USING_SMART']):
2121
src += ['mm_lwp_tc.c']
2222

2323
group = DefineGroup('utestcases', src, depend = ['RT_USING_UTESTCASES'], CPPPATH = CPPPATH)

0 commit comments

Comments
 (0)