# SPDX-FileCopyrightText: Copyright The Zephyr Project Contributors
#
# SPDX-License-Identifier: Apache-2.0
#
# Examples of Kconfig symbols for tests

# start-after-here

config TEST_ITERATIONS
	int "Number of times test should run"
	default 3
