Fix all naming resulting from moving move apps/examples/cxxtest to apps/testing/cxx
This commit is contained in:
parent
8e55c1324a
commit
7bbc7f568a
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user