mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-29 22:51:49 +01:00
doc: Create an intro section for testing
At present this information is hidden away. Make it more visible by putting it first, in an intro section. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
a6123333ab
commit
2d754cea4c
@ -41,8 +41,8 @@ Testing
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
coccinelle
|
|
||||||
testing
|
testing
|
||||||
|
coccinelle
|
||||||
py_testing
|
py_testing
|
||||||
tests_writing
|
tests_writing
|
||||||
tests_sandbox
|
tests_sandbox
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
Testing in U-Boot
|
.. SPDX-License-Identifier: GPL-2.0+
|
||||||
=================
|
|
||||||
|
Introduction to testing
|
||||||
|
=======================
|
||||||
|
|
||||||
U-Boot has a large amount of code. This file describes how this code is
|
U-Boot has a large amount of code. This file describes how this code is
|
||||||
tested and what tests you should write when adding a new feature.
|
tested and what tests you should write when adding a new feature.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user