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:
Anas Nashif 2022-08-02 09:03:56 -04:00 committed by Carles Cufí
commit d60e3123cb

View file

@ -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.