doc: add include/test/ut.h to HTML documentation

The asserts in ut.h are often used. Provide online documentation.

Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
Heinrich Schuchardt
2025-11-18 21:17:32 +01:00
parent 8d18eac76d
commit 3fea6dfd2e
2 changed files with 12 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ U-Boot API documentation
serial
setjmp
sysreset
test
timer
unicode
uthread

11
doc/api/test.rst Normal file
View File

@@ -0,0 +1,11 @@
.. SPDX-License-Identifier: GPL-2.0-or-later
.. Copyright (c) 2025 Heinrich Schuchardt
Test Framework
==============
Assertions and reporting functions
----------------------------------
.. kernel-doc:: include/test/ut.h
:internal: