You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
584 B
20 lines
584 B
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"
|
|
source "$RTT_DIR/examples/utest/testcases/cpp11/Kconfig"
|
|
source "$RTT_DIR/examples/utest/testcases/drivers/serial_v2/Kconfig"
|
|
source "$RTT_DIR/examples/utest/testcases/drivers/ipc/Kconfig"
|
|
source "$RTT_DIR/examples/utest/testcases/posix/Kconfig"
|
|
source "$RTT_DIR/examples/utest/testcases/mm/Kconfig"
|
|
|
|
endif
|
|
|
|
endmenu
|
|
|