mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-07 01:44:41 +08:00
utest: UTEST_SLAB_TC -> RT_UTEST_SLAB
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
@@ -16,7 +16,7 @@ config RT_UTEST_OBJECT
|
||||
bool "object test"
|
||||
default n
|
||||
|
||||
config UTEST_SLAB_TC
|
||||
config RT_UTEST_SLAB
|
||||
bool "slab test"
|
||||
default n
|
||||
depends on RT_USING_SLAB
|
||||
|
||||
@@ -14,7 +14,7 @@ if GetDepend(['RT_UTEST_MEMHEAP']):
|
||||
if GetDepend(['RT_UTEST_SMALL_MEM']):
|
||||
src += ['mem_tc.c']
|
||||
|
||||
if GetDepend(['UTEST_SLAB_TC']):
|
||||
if GetDepend(['RT_UTEST_SLAB']):
|
||||
src += ['slab_tc.c']
|
||||
|
||||
if GetDepend(['UTEST_IRQ_TC']):
|
||||
|
||||
Reference in New Issue
Block a user