mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 11:47:35 +08:00
05a1bb2abf
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5284 42af7a65-404d-4744-a932-0658087f49c3
15 lines
256 B
Plaintext
15 lines
256 B
Plaintext
#
|
|
# 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
|