We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591e4ba commit 332fe23Copy full SHA for 332fe23
arduino/RTduino/Kconfig
@@ -98,10 +98,12 @@ if PKG_USING_RTDUINO
98
99
config RTDUINO_USING_UTEST
100
bool "Enable RTduino core unit test"
101
+ select RT_USING_UTEST
102
default n
103
104
config RTDUINO_UTEST_USING_HIL
105
bool "Enable RTduino hardware in loop test cases"
106
+ depends on RTDUINO_USING_UTEST
107
108
109
choice
0 commit comments