tests: TEST_EXTRA_STACK_SIZE depend on test
Make the option TEST_EXTRA_STACK_SIZE depend on Tests, otherwise it will appear in each generated .config file. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
51cb40e5b3
commit
d60e3123cb
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ config TEST_EXTRA_STACK_SIZE
|
||||||
default 2048 if COVERAGE_GCOV
|
default 2048 if COVERAGE_GCOV
|
||||||
default 768 if XTENSA
|
default 768 if XTENSA
|
||||||
default 0
|
default 0
|
||||||
|
depends on TEST
|
||||||
help
|
help
|
||||||
Additional stack for tests on some platform where default is not
|
Additional stack for tests on some platform where default is not
|
||||||
enough.
|
enough.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue