4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-29 11:30:24 +08:00
2021-06-03 15:00:13 +08:00

16 lines
284 B
Plaintext

menu "RT-Thread Utestcases"
config RT_USING_UTESTCASES
bool "RT-Thread Utestcases"
default n
select RT_USING_UTEST
if RT_USING_UTESTCASES
source "$RTT_DIR/examples/utest/testcases/utest/Kconfig"
source "$RTT_DIR/examples/utest/testcases/kernel/Kconfig"
endif
endmenu