aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/dev-tools/kunit/index.rst
diff options
context:
space:
mode:
authorHarinder Singh <sharinder@google.com>2021-12-17 04:49:09 +0000
committerJonathan Corbet <corbet@lwn.net>2021-12-23 12:49:43 -0700
commit9535743906345f02f7bea2469a2137509db0ac4c (patch)
tree2b24e53d2d99a66de3b7f9dedf1ab6aea0a4f0b0 /Documentation/dev-tools/kunit/index.rst
parentDocumentation: kunit: Reorganize documentation related to running tests (diff)
downloadlinux-dev-9535743906345f02f7bea2469a2137509db0ac4c.tar.xz
linux-dev-9535743906345f02f7bea2469a2137509db0ac4c.zip
Documentation: KUnit: Rework writing page to focus on writing tests
We now have dedicated pages on running tests. Therefore refocus the usage page on writing tests and add content from tips page and information on other architectures. Signed-off-by: Harinder Singh <sharinder@google.com> Reviewed-by: Tim Bird <tim.bird@sony.com> Reviewed-by: Brendan Higgins <brendanhiggins@google.com> Link: https://lore.kernel.org/r/20211217044911.798817-6-sharinder@google.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/dev-tools/kunit/index.rst')
-rw-r--r--Documentation/dev-tools/kunit/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dev-tools/kunit/index.rst b/Documentation/dev-tools/kunit/index.rst
index f9f37997b58c..595205348d2d 100644
--- a/Documentation/dev-tools/kunit/index.rst
+++ b/Documentation/dev-tools/kunit/index.rst
@@ -102,7 +102,7 @@ How do I use it?
* Documentation/dev-tools/kunit/architecture.rst - KUnit architecture.
* Documentation/dev-tools/kunit/run_wrapper.rst - run kunit_tool.
* Documentation/dev-tools/kunit/run_manual.rst - run tests without kunit_tool.
-* Documentation/dev-tools/kunit/usage.rst - KUnit features.
+* Documentation/dev-tools/kunit/usage.rst - write tests.
* Documentation/dev-tools/kunit/tips.rst - best practices with
examples.
* Documentation/dev-tools/kunit/api/index.rst - KUnit APIs