4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-04 13:04:34 +08:00
2021-05-10 20:34:35 +08:00

15 lines
226 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"
endif
endmenu