diff options
author | Rae Moar <rmoar@google.com> | 2021-12-07 11:02:51 -0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-12-10 14:37:35 -0700 |
commit | a32fa6b2e8b4e0b8c03f5218afa0649e188239c5 (patch) | |
tree | b68fb4b5bc5adc3f3a35382972213dad88195d68 /Documentation/dev-tools/index.rst | |
parent | 1b695cc6c8f8e61cc8ba7d3e5a0f8898ea593aab (diff) |
Documentation: dev-tools: Add KTAP specification
It does not make any significant additions or changes other than those
already in use in the kernel: additional features can be added as they
become necessary and used.
[1]: https://testanything.org/tap-version-13-specification.html
Signed-off-by: Rae Moar <rmoar@google.com>
Co-developed-by: David Gow <davidgow@google.com>
Signed-off-by: David Gow <davidgow@google.com>
Reviewed-by: Shuah Khan <skhan@linuxfoundation.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20211207190251.18426-1-davidgow@google.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/dev-tools/index.rst')
-rw-r--r-- | Documentation/dev-tools/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/dev-tools/index.rst b/Documentation/dev-tools/index.rst index 010a2af1e7d9..4621eac290f4 100644 --- a/Documentation/dev-tools/index.rst +++ b/Documentation/dev-tools/index.rst @@ -32,6 +32,7 @@ Documentation/dev-tools/testing-overview.rst kgdb kselftest kunit/index + ktap .. only:: subproject and html |