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