kconfig: Rename the ZTEST stack size option to align with the rest

All stack sizes should end with STACK_SIZE.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2022-02-17 17:07:03 +01:00 committed by Anas Nashif
commit 4b8f1c04ab
58 changed files with 59 additions and 59 deletions

View file

@ -1,2 +1,2 @@
CONFIG_ZTEST=y
CONFIG_ZTEST_STACKSIZE=2048
CONFIG_ZTEST_STACK_SIZE=2048