summaryrefslogtreecommitdiff
path: root/apps/examples/cxxtest/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/cxxtest/Kconfig')
-rw-r--r--apps/examples/cxxtest/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/examples/cxxtest/Kconfig b/apps/examples/cxxtest/Kconfig
new file mode 100644
index 000000000..e8aa3d8f1
--- /dev/null
+++ b/apps/examples/cxxtest/Kconfig
@@ -0,0 +1,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