xref: /linux/Documentation/dev-tools/kunit/api/index.rst (revision ad9f64cd2d4a17f0d5ecf04d38170fdc34f21c61)
1.. SPDX-License-Identifier: GPL-2.0
2
3=============
4API Reference
5=============
6.. toctree::
7
8	test
9	resource
10
11This section documents the KUnit kernel testing API. It is divided into the
12following sections:
13
14Documentation/dev-tools/kunit/api/test.rst
15
16 - documents all of the standard testing API
17
18Documentation/dev-tools/kunit/api/resource.rst
19
20 - documents the KUnit resource API
21