summaryrefslogtreecommitdiff
path: root/apps/examples/cxxtest/Kconfig
blob: e8aa3d8f1eb8222c252d80aa75e634b989da89d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

config EXAMPLES_CXXTEST
	bool "C++ test program"
	default n
	depends on HAVE_CXX
	---help---
		Enable the C++ test program

if EXAMPLES_CXXTEST
endif