Sfoglia il codice sorgente

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

ryancw 2 mesi fa
parent
commit
007b221366
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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