summaryrefslogtreecommitdiffstats
path: root/test/Kconfig
blob: 958b483ea946622e20db9207d48fb8642dcbd609 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0-only

menuconfig TEST
	bool "Testing"

if TEST

source "test/self/Kconfig"

endif