4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-23 02:57:24 +08:00

22 lines
402 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"
2024-09-20 13:10:45 +08:00
rsource "smp_ipi/Kconfig"
2021-05-10 20:34:33 +08:00
endif
endmenu