nuttx/Documentation/applications/testing/index.rst
raiden00pl d1ebe6cd24 Documentation: add dummy apps descriptions
The apps description is empty for now but allows to generate nice tables of content with all nuttx-apps functionalities.
2023-10-25 00:25:58 +08:00

21 lines
577 B
ReStructuredText

=======
Testing
=======
The ``apps/testing`` directory is used to build NuttX-specific tests and to
include external testing frameworks.
There is overlap between what you will find in ``apps/examples`` and
``apps/testing`` in the sense that there are also tests in ``apps/examples`` as
well. Those tests, however, can also be used to illustrate usage of a NuttX
feature. Most of the tests in ``apps/testing``, on the other hand, are pure tests
with little value as usage examples.
.. toctree::
:glob:
:maxdepth: 1
:titlesonly:
:caption: Contents
*/index*