diff options
author | Hu Haowen <src.res@email.cn> | 2021-06-20 13:28:43 +0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-07-15 06:33:44 -0600 |
commit | e6c65d354fae36e5a3ccd9dca6cec05ea2e4473a (patch) | |
tree | bd9092522de921fa03ac9cf583f06a0da7321163 /Documentation/translations/zh_CN/dev-tools/index.rst | |
parent | 530c4374e21ae750c5fa5aa67b36a97635ddb379 (diff) |
docs/zh_CN: create new translations for zh_CN/dev-tools/testing-overview
Create new translations for dev-tools/testing-overview.rst and link it
to dev-tools/index.rst with TODOList modifications.
Signed-off-by: Hu Haowen <src.res@email.cn>
Reviewed-by: Wu XiangCheng <bobwxc@email.cn>
Reviewed-by: Yanteng Si <siyanteng@loongson.cn>
Signed-off-by: Wu XiangCheng <bobwxc@email.cn>
Link: https://lore.kernel.org/r/20210620052841.GA22083@bobwxc.top
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/translations/zh_CN/dev-tools/index.rst')
-rw-r--r-- | Documentation/translations/zh_CN/dev-tools/index.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/translations/zh_CN/dev-tools/index.rst b/Documentation/translations/zh_CN/dev-tools/index.rst index e6c99f2f543f..0f770b8664e9 100644 --- a/Documentation/translations/zh_CN/dev-tools/index.rst +++ b/Documentation/translations/zh_CN/dev-tools/index.rst @@ -11,6 +11,9 @@ 目前这些文档已经整理在一起,不需要再花费额外的精力。 欢迎任何补丁。 +有关测试专用工具的简要概述,参见 +Documentation/translations/zh_CN/dev-tools/testing-overview.rst + .. class:: toc-title 目录 @@ -18,6 +21,7 @@ .. toctree:: :maxdepth: 2 + testing-overview gcov kasan @@ -29,6 +33,7 @@ Todolist: - ubsan - kmemleak - kcsan + - kfence - gdb-kernel-debugging - kgdb - kselftest |