xref: /openbmc/linux/Documentation/dev-tools/kunit/api/index.rst (revision b0e55fef624e511e060fa05e4ca96cae6d902f04)
1.. SPDX-License-Identifier: GPL-2.0
2
3=============
4API Reference
5=============
6.. toctree::
7
8	test
9
10This section documents the KUnit kernel testing API. It is divided into the
11following sections:
12
13================================= ==============================================
14:doc:`test`                       documents all of the standard testing API
15                                  excluding mocking or mocking related features.
16================================= ==============================================
17