diff options
| author | Tom Rini <[email protected]> | 2025-11-24 09:34:29 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-24 09:34:29 -0600 |
| commit | 4a4871e3dc38f3f771d2713b805e79e6191b4297 (patch) | |
| tree | f3cbb63c259f8cce92e87bf1a30b69c02b07c2dc /doc/api | |
| parent | 6e7d2399c8139f8e2d037e446236b8d8bdbca604 (diff) | |
| parent | c5e6d2ab7eba68cbfb600cdc131c0c375ced2ec9 (diff) | |
Merge tag 'v2026.01-rc3' into next
Prepare v2026.01-rc3
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 40134e4f42c..9a70597c35d 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -28,6 +28,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: |
