Jaakko Hannikainen | 9167a03 | 2016-08-22 14:51:46 +0300 | [diff] [blame] | 1 | # |
| 2 | # Copyright (c) 2016 Intel Corporation |
| 3 | # |
David B. Kinder | ac74d8b | 2017-01-18 17:01:01 -0800 | [diff] [blame] | 4 | # SPDX-License-Identifier: Apache-2.0 |
Jaakko Hannikainen | 9167a03 | 2016-08-22 14:51:46 +0300 | [diff] [blame] | 5 | # |
| 6 | |
| 7 | menu Testing |
| 8 | |
| 9 | source "tests/ztest/Kconfig" |
| 10 | |
Mazen NEIFER | 4713575 | 2017-01-31 23:05:18 +0100 | [diff] [blame] | 11 | config TEST_EXTRA_STACKSIZE |
| 12 | int "Test function thread stack size" |
| 13 | default 0 |
| 14 | default 768 if XTENSA |
| 15 | |
Jaakko Hannikainen | 9167a03 | 2016-08-22 14:51:46 +0300 | [diff] [blame] | 16 | endmenu |