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:
Anas Nashif 2018-01-07 11:54:38 -05:00 committed by Anas Nashif
commit a2eaae57f0

View file

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