Skip to content

Commit

Permalink
tests: Make ZTEST_MULTICORE_DEFAULT_SETTINGS depend on ZTEST
Browse files Browse the repository at this point in the history
The generated .config for a sample application should
not contain CONFIG_ZTEST_MULTICORE_DEFAULT_SETTINGS=y
unless ZTEST is enabled.

Signed-off-by: Rubin Gerritsen <[email protected]>
  • Loading branch information
rugeGerritsen committed Jan 16, 2025
1 parent 8b83cf2 commit 206e762
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ menu "Test"

config ZTEST_MULTICORE_DEFAULT_SETTINGS
bool "Implement default image for multicore boards"
depends on ZTEST
default y

rsource "unity/Kconfig"
Expand Down

0 comments on commit 206e762

Please sign in to comment.