summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/index.rst1
-rw-r--r--doc/api/test.rst11
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: