2012-10-31 20:13:28 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 08:14:53 -06:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-10-31 20:13:28 +00:00
|
|
|
#
|
|
|
|
|
2019-10-04 09:05:58 -06:00
|
|
|
config TESTING_CXXTEST
|
2018-09-03 09:29:56 -06:00
|
|
|
tristate "C++ test program"
|
2012-10-31 20:13:28 +00:00
|
|
|
default n
|
|
|
|
depends on HAVE_CXX
|
|
|
|
---help---
|
|
|
|
Enable the C++ test program
|