浏览代码

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

ryancw 2 月之前
父节点
当前提交
007b221366
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Kconfig.utestcases

+ 1 - 0
Kconfig.utestcases

@@ -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