Skip to content

Commit 332fe23

Browse files
committed
[RTduino] add utest dependency
1 parent 591e4ba commit 332fe23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arduino/RTduino/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,12 @@ if PKG_USING_RTDUINO
9898

9999
config RTDUINO_USING_UTEST
100100
bool "Enable RTduino core unit test"
101+
select RT_USING_UTEST
101102
default n
102103

103104
config RTDUINO_UTEST_USING_HIL
104105
bool "Enable RTduino hardware in loop test cases"
106+
depends on RTDUINO_USING_UTEST
105107
default n
106108

107109
choice

0 commit comments

Comments
 (0)