mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-20 05:13:52 +08:00
14 lines
238 B
Plaintext
14 lines
238 B
Plaintext
menu "Kernel Testcase"
|
|
|
|
config UTEST_MEMHEAP_TC
|
|
bool "memheap stability test"
|
|
default y
|
|
depends on RT_USING_MEMHEAP
|
|
|
|
config UTEST_SEMAPHORE_TC
|
|
bool "semaphore test"
|
|
default n
|
|
depends on RT_USING_SEMAPHORE
|
|
|
|
endmenu
|