mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 12:49:00 +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>
15 lines
670 B
ReStructuredText
15 lines
670 B
ReStructuredText
=======================
|
|
Devices Category (NUTS)
|
|
=======================
|
|
|
|
This test category tests the behaviour of NuttX devices under `/dev` by
|
|
interacting with their character driver interface. The category can be enabled
|
|
with ``CONFIG_TESTING_NUTS_DEVICES``.
|
|
|
|
The following test suites are included in this category:
|
|
|
|
* ``CONFIG_TESTING_NUTS_DEVICES_DEVASCII``: Tests for ``/dev/ascii``
|
|
* ``CONFIG_TESTING_NUTS_DEVICES_DEVCONSOLE``: Tests for ``/dev/console``
|
|
* ``CONFIG_TESTING_NUTS_DEVICES_DEVNULL``: Tests for ``/dev/null``
|
|
* ``CONFIG_TESTING_NUTS_DEVICES_DEVURANDOM``: Tests for ``/dev/urandom``
|
|
* ``CONFIG_TESTING_NUTS_DEVICES_DEVZERO``: Tests for ``/dev/zero``
|