Skip to content

Commit

Permalink
tests: TEST_EXTRA_STACK_SIZE depend on test
Browse files Browse the repository at this point in the history
Make the option TEST_EXTRA_STACK_SIZE depend on Tests, otherwise it will
appear in each generated .config file.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif authored and carlescufi committed Aug 3, 2022
1 parent 51cb40e commit d60e312
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subsys/testsuite/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ config TEST_EXTRA_STACK_SIZE
default 2048 if COVERAGE_GCOV
default 768 if XTENSA
default 0
depends on TEST
help
Additional stack for tests on some platform where default is not
enough.
Expand Down

0 comments on commit d60e312

Please sign in to comment.