xref: /linux/Documentation/dev-tools/kunit/api/index.rst (revision e0c1b49f5b674cca7b10549c53b3791d0bbc90a8)
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
13Documentation/dev-tools/kunit/api/test.rst
14
15 - documents all of the standard testing API excluding mocking
16   or mocking related features.
17