summaryrefslogtreecommitdiff
path: root/Documentation/dev-tools/kunit/faq.rst
diff options
context:
space:
mode:
authorTales Aparecida <tales.aparecida@gmail.com>2022-08-13 01:20:55 -0300
committerShuah Khan <skhan@linuxfoundation.org>2022-09-30 13:19:11 -0600
commit3920c725cbff5c6db69d7077716987a93b0e6a9a (patch)
tree97b9812130f71f17bbca47f47b0d10e1a14eed84 /Documentation/dev-tools/kunit/faq.rst
parent43ca52a910d15026b474160c2b625db5be687f51 (diff)
Documentation: Kunit: Add ref for other kinds of tests
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>
Diffstat (limited to 'Documentation/dev-tools/kunit/faq.rst')
-rw-r--r--Documentation/dev-tools/kunit/faq.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/dev-tools/kunit/faq.rst b/Documentation/dev-tools/kunit/faq.rst
index f1b4cef68ced..fae426f2634a 100644
--- a/Documentation/dev-tools/kunit/faq.rst
+++ b/Documentation/dev-tools/kunit/faq.rst
@@ -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