mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-24 11:57:05 +08:00
9 lines
137 B
Plaintext
9 lines
137 B
Plaintext
menu "Kernel Testcase"
|
|
|
|
config UTEST_MEMHEAP_TC
|
|
bool "memheap stability test"
|
|
default y
|
|
depends on RT_USING_MEMHEAP
|
|
|
|
endmenu
|