]> git.ipfire.org Git - thirdparty/linux.git/commit
docs: add a schema to help creating unittests for kernel-doc
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 18 Mar 2026 09:11:10 +0000 (10:11 +0100)
committerJonathan Corbet <corbet@lwn.net>
Sun, 22 Mar 2026 21:10:40 +0000 (15:10 -0600)
commitf1cdbd824ca74e464a6159a0ae8af3ab1f123900
treef21db74339bf00dc487633c425203d8e867033f9
parenta5dea56ebd35a3027628b73db0968788e99c8412
docs: add a schema to help creating unittests for kernel-doc

Instead of hardcoding lots of tests inside a file, let's place
them inside a yaml file.

Add first a schema to handle it.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <f42fd816ee0d257c736b30977b10f04f6bea27c2.1773823995.git.mchehab+huawei@kernel.org>
tools/unittests/kdoc-test-schema.yaml [new file with mode: 0644]