Skip to content

Commit

Permalink
[RTduino] add utest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterywolf committed Jan 12, 2025
1 parent 591e4ba commit 332fe23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arduino/RTduino/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,12 @@ if PKG_USING_RTDUINO

config RTDUINO_USING_UTEST
bool "Enable RTduino core unit test"
select RT_USING_UTEST
default n

config RTDUINO_UTEST_USING_HIL
bool "Enable RTduino hardware in loop test cases"
depends on RTDUINO_USING_UTEST
default n

choice
Expand Down

0 comments on commit 332fe23

Please sign in to comment.