zephyr/tests/Kconfig

24 lines
510 B
Plaintext

#
# Copyright (c) 2016 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
menu Testing
source "tests/ztest/Kconfig"
config TEST_EXTRA_STACKSIZE
int "Test function thread stack size"
default 0
default 768 if XTENSA
config COVERAGE
bool "Create coverage data"
default n
help
This option will build your application with the -coverage option
which will generate data that can be used to create coverage reports.
Currently this is fully supported only on the native POSIX port.
endmenu