tests: add help text for TEST_EXTRA_STACKSIZE
Add a description of the configuration option. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
829598be2b
commit
a2eaae57f0
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ config TEST_EXTRA_STACKSIZE
|
||||||
int "Test function thread stack size"
|
int "Test function thread stack size"
|
||||||
default 0
|
default 0
|
||||||
default 768 if XTENSA
|
default 768 if XTENSA
|
||||||
|
help
|
||||||
|
Additional stack for tests on some platform where default is not
|
||||||
|
enough.
|
||||||
|
|
||||||
config COVERAGE
|
config COVERAGE
|
||||||
bool "Create coverage data"
|
bool "Create coverage data"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue