Documentation: Kunit: Add ref for other kinds of tests
authorTales Aparecida <tales.aparecida@gmail.com>
Sat, 13 Aug 2022 04:20:55 +0000 (01:20 -0300)
committerShuah Khan <skhan@linuxfoundation.org>
Fri, 30 Sep 2022 19:19:11 +0000 (13:19 -0600)
Add an organic link to the "other kinds of tests" in the index page

Signed-off-by: Tales Aparecida <tales.aparecida@gmail.com>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Documentation/dev-tools/kunit/faq.rst
Documentation/dev-tools/kunit/index.rst

index f1b4cef68ced2184c0a1f82f75375aeb7f6a2752..fae426f2634a1f6c5148ed2274c2901c043b3431 100644 (file)
@@ -39,6 +39,8 @@ more work than using KUnit on UML.
 
 For more information, see :ref:`kunit-on-non-uml`.
 
+.. _kinds-of-tests:
+
 What is the difference between a unit test and other kinds of tests?
 ====================================================================
 Most existing tests for the Linux kernel would be categorized as an integration
index 595205348d2d9cb33045eec94ff68d9cabc344da..bc91ad7b8961ec16d212f3c633460f10224c87e7 100644 (file)
@@ -95,6 +95,8 @@ Unit Testing Advantages
 - Improves code quality.
 - Encourages writing testable code.
 
+Read also :ref:`kinds-of-tests`.
+
 How do I use it?
 ================