rt-thread-official/examples/utest/testcases/Kconfig

21 lines
376 B
Plaintext
Raw Normal View History

2021-05-10 20:34:33 +08:00
menu "RT-Thread Utestcases"
config RT_USING_UTESTCASES
bool "RT-Thread Utestcases"
default n
select RT_USING_UTEST
if RT_USING_UTESTCASES
rsource "utest/Kconfig"
rsource "kernel/Kconfig"
rsource "cpp11/Kconfig"
rsource "drivers/serial_v2/Kconfig"
rsource "drivers/ipc/Kconfig"
rsource "posix/Kconfig"
rsource "mm/Kconfig"
rsource "tmpfs/Kconfig"
2021-05-10 20:34:33 +08:00
endif
endmenu