Skip to content

Commit a7b22d1

Browse files
committed
utest: UTEST_SLAB_TC -> RT_UTEST_SLAB
Signed-off-by: Chen Wang <[email protected]>
1 parent fedad06 commit a7b22d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/utest/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ config RT_UTEST_OBJECT
1616
bool "object test"
1717
default n
1818

19-
config UTEST_SLAB_TC
19+
config RT_UTEST_SLAB
2020
bool "slab test"
2121
default n
2222
depends on RT_USING_SLAB

src/utest/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if GetDepend(['RT_UTEST_MEMHEAP']):
1414
if GetDepend(['RT_UTEST_SMALL_MEM']):
1515
src += ['mem_tc.c']
1616

17-
if GetDepend(['UTEST_SLAB_TC']):
17+
if GetDepend(['RT_UTEST_SLAB']):
1818
src += ['slab_tc.c']
1919

2020
if GetDepend(['UTEST_IRQ_TC']):

0 commit comments

Comments
 (0)