mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 16:55:08 +07:00
c23a283b53
Add documentation for KUnit, the Linux kernel unit testing framework. - Add intro and usage guide for KUnit - Add API reference Signed-off-by: Felix Guo <felixguoxiuping@gmail.com> Signed-off-by: Brendan Higgins <brendanhiggins@google.com> Cc: Jonathan Corbet <corbet@lwn.net> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Reviewed-by: Logan Gunthorpe <logang@deltatee.com> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
17 lines
516 B
ReStructuredText
17 lines
516 B
ReStructuredText
.. 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.
|
|
================================= ==============================================
|