nuttx/Documentation/applications/testing/nuts/dstructs.rst
Matteo Golin 18a5ec8410 docs/testing/nuts: Include preliminary documentation for NUTS
Documentation for the NuttX Unit Test Selection (NUTS) app. Includes
information about the configuration options, build dependencies,
currently included test cases and how to extend the test collection with
new unit tests.

Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
2025-12-27 20:43:32 +08:00

12 lines
464 B
ReStructuredText

===============================
Data Structures Category (NUTS)
===============================
This test category tests the behaviour of NuttX data structures which are used
in the kernel for several other APIs. The category can be enabled with
``CONFIG_TESTING_NUTS_DSTRUCTS``
The following data structures have test suites:
* ``CONFIG_TESTING_NUTS_DSTRUCTS``: Tests for ``struct circbuf_s``
* ``CONFIG_TESTING_NUTS_DSTRUCTS``: Tests for ``struct list_node``