From 3fea6dfd2e0304ec10ce4e260938d729fbf6ebaa Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Tue, 18 Nov 2025 21:17:32 +0100 Subject: [PATCH] doc: add include/test/ut.h to HTML documentation The asserts in ut.h are often used. Provide online documentation. Reviewed-by: Ilias Apalodimas Reviewed-by: Simon Glass Signed-off-by: Heinrich Schuchardt --- doc/api/index.rst | 1 + doc/api/test.rst | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 doc/api/test.rst diff --git a/doc/api/index.rst b/doc/api/index.rst index d97630e7671..44922a742c3 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -27,6 +27,7 @@ U-Boot API documentation serial setjmp sysreset + test timer unicode uthread diff --git a/doc/api/test.rst b/doc/api/test.rst new file mode 100644 index 00000000000..359cbd0617d --- /dev/null +++ b/doc/api/test.rst @@ -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: -- 2.47.3