diff options
author | Harinder Singh <sharinder@google.com> | 2021-12-17 07:49:07 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-12-23 22:49:06 +0300 |
commit | bc145b370c11b92e497315f54636253f5af4323a (patch) | |
tree | 7b323aece4ea43ea439a11c2ff09cc7d4f6e172e /Documentation/dev-tools/kunit/start.rst | |
parent | c48b9ef1f7949e9024121702031775735e5d7418 (diff) | |
download | linux-bc145b370c11b92e497315f54636253f5af4323a.tar.xz |
Documentation: KUnit: Added KUnit Architecture
Describe the components of KUnit and how the kernel mode parts
interact with kunit_tool.
Signed-off-by: Harinder Singh <sharinder@google.com>
Co-developed-by: Marco Elver <elver@google.com>
Signed-off-by: Marco Elver <elver@google.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Link: https://lore.kernel.org/r/20211217044911.798817-4-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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/dev-tools/kunit/start.rst b/Documentation/dev-tools/kunit/start.rst index 55f8df1abd40..5dd2c88fa2bd 100644 --- a/Documentation/dev-tools/kunit/start.rst +++ b/Documentation/dev-tools/kunit/start.rst @@ -240,6 +240,7 @@ Congrats! You just wrote your first KUnit test. Next Steps ========== +* Documentation/dev-tools/kunit/architecture.rst - KUnit architecture. * Documentation/dev-tools/kunit/usage.rst - KUnit features. * Documentation/dev-tools/kunit/tips.rst - best practices with examples. |