Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tales Aparecida and committed by
Shuah Khan
3920c725 43ca52a9

+4
+2
Documentation/dev-tools/kunit/faq.rst
··· 39 39 40 40 For more information, see :ref:`kunit-on-non-uml`. 41 41 42 + .. _kinds-of-tests: 43 + 42 44 What is the difference between a unit test and other kinds of tests? 43 45 ==================================================================== 44 46 Most existing tests for the Linux kernel would be categorized as an integration
+2
Documentation/dev-tools/kunit/index.rst
··· 95 95 - Improves code quality. 96 96 - Encourages writing testable code. 97 97 98 + Read also :ref:`kinds-of-tests`. 99 + 98 100 How do I use it? 99 101 ================ 100 102