diff options
author | Harinder Singh <sharinder@google.com> | 2021-12-17 05:49:09 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-12-23 20:49:43 +0100 |
commit | 9535743906345f02f7bea2469a2137509db0ac4c (patch) | |
tree | 2b24e53d2d99a66de3b7f9dedf1ab6aea0a4f0b0 /Documentation/dev-tools/kunit/start.rst | |
parent | Documentation: kunit: Reorganize documentation related to running tests (diff) | |
download | linux-9535743906345f02f7bea2469a2137509db0ac4c.tar.xz linux-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/start.rst')
-rw-r--r-- | Documentation/dev-tools/kunit/start.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dev-tools/kunit/start.rst b/Documentation/dev-tools/kunit/start.rst index af13f443c976..a858ab009944 100644 --- a/Documentation/dev-tools/kunit/start.rst +++ b/Documentation/dev-tools/kunit/start.rst @@ -243,7 +243,7 @@ Next Steps * 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 |