[utest] when enabling utest, force the logging feature to be enabled.

This commit is contained in:
ryancw
2025-10-27 18:42:01 +08:00
committed by R b b666
parent 36bf8f656b
commit 007b221366

View File

@@ -4,6 +4,7 @@ menu "RT-Thread Utestcases"
bool "RT-Thread Utestcases"
default n
select RT_USING_UTEST
select RT_USING_DEBUG if !RT_USING_ULOG
if RT_USING_UTESTCASES