]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation: kunit: add documentation for kunit_tool
authorBrendan Higgins <brendanhiggins@google.com>
Wed, 20 Nov 2019 01:17:00 +0000 (17:17 -0800)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 9 Dec 2019 18:22:01 +0000 (11:22 -0700)
commit65b318b1d8ef7154ad85d53f19bd613fbb79ad55
tree64aa68de0a3cbeaf29fd0bb9f4ee72f17f64ddde
parent040b7874e4e4857eb100bcc497eb67456b27ab19
Documentation: kunit: add documentation for kunit_tool

Add documentation for the Python script used to build, run, and collect
results from the kernel known as kunit_tool. kunit_tool
(tools/testing/kunit/kunit.py) was already added in previous commits.

Signed-off-by: Brendan Higgins <brendanhiggins@google.com>
Reviewed-by: David Gow <davidgow@google.com>
Cc: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Documentation/dev-tools/kunit/index.rst
Documentation/dev-tools/kunit/kunit-tool.rst [new file with mode: 0644]
Documentation/dev-tools/kunit/start.rst