Fix all naming resulting from moving move apps/examples/cxxtest to apps/testing/cxx

This commit is contained in:
Gregory Nutt 2019-01-24 15:13:22 -06:00
parent 8e55c1324a
commit 7bbc7f568a
4 changed files with 4 additions and 5 deletions

View File

@ -502,8 +502,7 @@ configdata
cxxtest
The C++ standard libary test at apps/examples/cxxtest configuration. This
The C++ standard libary test at apps/testing/cxxtest configuration. This
test is used to verify the uClibc++ port to NuttX.
NOTES

View File

@ -6,7 +6,7 @@ CONFIG_ARCH_FLOAT_H=y
CONFIG_ARCH_SIM=y
CONFIG_BOARD_LOOPSPERMSEC=100
CONFIG_DISABLE_POLL=y
CONFIG_EXAMPLES_CXXTEST=y
CONFIG_TESTING_CXXTEST=y
CONFIG_HAVE_CXX=y
CONFIG_IDLETHREAD_STACKSIZE=4096
CONFIG_LIBM=y

View File

@ -1265,7 +1265,7 @@ Configuration Sub-directories
cxxtest:
-------
The C++ standard libary test at apps/examples/cxxtest configuration. This
The C++ standard libary test at apps/testing/cxxtest configuration. This
test is used to verify the uClibc++ port to NuttX. This configuration may
be selected as follows:

View File

@ -12,7 +12,7 @@ CONFIG_C99_BOOL8=y
CONFIG_DISABLE_ENVIRON=y
CONFIG_DISABLE_MOUNTPOINT=y
CONFIG_DISABLE_POLL=y
CONFIG_EXAMPLES_CXXTEST=y
CONFIG_TESTING_CXXTEST=y
CONFIG_HAVE_CXX=y
CONFIG_HAVE_CXXINITIALIZE=y
CONFIG_HOST_WINDOWS=y