forked from OERV-BSP/u-boot
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:
@@ -27,6 +27,7 @@ U-Boot API documentation
|
||||
serial
|
||||
setjmp
|
||||
sysreset
|
||||
test
|
||||
timer
|
||||
unicode
|
||||
uthread
|
||||
|
||||
11
doc/api/test.rst
Normal file
11
doc/api/test.rst
Normal 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:
|
||||
Reference in New Issue
Block a user