From 6dc98fefa9f7d0507c5d83216b34c02145a79b94 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 31 Oct 2012 20:13:28 +0000 Subject: Add apps/examples/cxxtest from Qiang Yu git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5284 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/cxxtest/Kconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 apps/examples/cxxtest/Kconfig (limited to 'apps/examples/cxxtest/Kconfig') 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 -- cgit v1.2.3