diff options
| author | Heinrich Schuchardt <[email protected]> | 2025-11-18 21:17:32 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2025-11-21 19:25:56 +0100 |
| commit | 3fea6dfd2e0304ec10ce4e260938d729fbf6ebaa (patch) | |
| tree | 9e2e9bbfa1f9d2fb6a37fc25c708d2d72e896729 /doc/api | |
| parent | 8d18eac76d35b873da326a5ea9b3d73a30cde230 (diff) | |
doc: add include/test/ut.h to HTML documentation
The asserts in ut.h are often used. Provide online documentation.
Reviewed-by: Ilias Apalodimas <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'doc/api')
| -rw-r--r-- | doc/api/index.rst | 1 | ||||
| -rw-r--r-- | doc/api/test.rst | 11 |
2 files changed, 12 insertions, 0 deletions
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: |
