mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 20:59:02 +00:00
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>
12 lines
464 B
ReStructuredText
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``
|