summaryrefslogtreecommitdiffstats
path: root/test/Kconfig
blob: eece702e68aa175b51245407428974cf5b790b72 (plain)
1
2
3
4
5
6
7
8
menuconfig TEST
	bool "Testing"

if TEST

source "test/self/Kconfig"

endif