https://github.com/torvalds/linux
Raw File
Tip revision: e42617b825f8073569da76dc4510bfa019b1c35a authored by Linus Torvalds on 08 December 2019, 22:57:55 UTC
Linux 5.5-rc1
Tip revision: e42617b
index.rst
.. SPDX-License-Identifier: GPL-2.0

=============
API Reference
=============
.. toctree::

	test

This section documents the KUnit kernel testing API. It is divided into the
following sections:

================================= ==============================================
:doc:`test`                       documents all of the standard testing API
                                  excluding mocking or mocking related features.
================================= ==============================================
back to top