15 lines
226 B
Plaintext
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
|