summaryrefslogtreecommitdiff
path: root/Documentation/dev-tools/kunit/api/test.rst
diff options
context:
space:
mode:
authorBrendan Higgins <brendanhiggins@google.com>2019-09-23 12:02:45 +0300
committerShuah Khan <skhan@linuxfoundation.org>2019-10-01 02:35:01 +0300
commitc23a283b532c833de486e0fb8d756c7e7581803b (patch)
tree884a227378099dbde8a451589b52c4034c545650 /Documentation/dev-tools/kunit/api/test.rst
parentff7b437f36b026dcd7351f86a90a0424c891dc06 (diff)
downloadlinux-c23a283b532c833de486e0fb8d756c7e7581803b.tar.xz
Documentation: kunit: add documentation for KUnit
Add documentation for KUnit, the Linux kernel unit testing framework. - Add intro and usage guide for KUnit - Add API reference Signed-off-by: Felix Guo <felixguoxiuping@gmail.com> Signed-off-by: Brendan Higgins <brendanhiggins@google.com> Cc: Jonathan Corbet <corbet@lwn.net> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Reviewed-by: Logan Gunthorpe <logang@deltatee.com> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'Documentation/dev-tools/kunit/api/test.rst')
-rw-r--r--Documentation/dev-tools/kunit/api/test.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/dev-tools/kunit/api/test.rst b/Documentation/dev-tools/kunit/api/test.rst
new file mode 100644
index 000000000000..aaa97f17e5b3
--- /dev/null
+++ b/Documentation/dev-tools/kunit/api/test.rst
@@ -0,0 +1,11 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+========
+Test API
+========
+
+This file documents all of the standard testing API excluding mocking or mocking
+related features.
+
+.. kernel-doc:: include/kunit/test.h
+ :internal: