projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ec3b48
)
doc: develop: testing: Fix reference to test writing section
author
Alexander Dahl
<ada@thorsis.com>
Fri, 21 Jun 2024 07:47:20 +0000
(09:47 +0200)
committer
Heinrich Schuchardt
<heinrich.schuchardt@canonical.com>
Sat, 22 Jun 2024 15:03:01 +0000
(17:03 +0200)
Add missing colon in :doc: link.
Fixes: fc3283314539 ("doc: Explain briefly how to write new tests")
Signed-off-by: Alexander Dahl <ada@thorsis.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/develop/testing.rst
patch
|
blob
|
history
diff --git
a/doc/develop/testing.rst
b/doc/develop/testing.rst
index 056bdfd2b69120c18c3b5b98359db74f70097d0e..9114d11ad26d7e1fe54006f6d6249358da7c6f7c 100644
(file)
--- a/
doc/develop/testing.rst
+++ b/
doc/develop/testing.rst
@@
-123,7
+123,7
@@
or is covered sparingly. So here are some suggestions:
is much easier to add onto a test - writing a new large test can seem
daunting to most contributors.
-See doc:`tests_writing` for how to write tests.
+See
:
doc:`tests_writing` for how to write tests.
Future work