[PATCH 1/5] doc: Create an intro section for testing
Heinrich Schuchardt
xypron.glpk at gmx.de
Thu Jul 22 07:52:05 CEST 2021
On 7/22/21 5:35 AM, Simon Glass wrote:
> 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 at chromium.org>
> ---
>
> doc/develop/index.rst | 2 +-
> doc/develop/testing.rst | 6 ++++--
> 2 files changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/doc/develop/index.rst b/doc/develop/index.rst
> index 3edffbc6373..901d39f4564 100644
> --- a/doc/develop/index.rst
> +++ b/doc/develop/index.rst
> @@ -40,8 +40,8 @@ Testing
> .. toctree::
> :maxdepth: 1
>
> - coccinelle
> testing
> + coccinelle
This change seems to be unrelated.
Otherwise
Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> py_testing
> tests_writing
> tests_sandbox
> diff --git a/doc/develop/testing.rst b/doc/develop/testing.rst
> index ced13ac8bb4..1abe4d7f0f0 100644
> --- a/doc/develop/testing.rst
> +++ b/doc/develop/testing.rst
> @@ -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
> tested and what tests you should write when adding a new feature.
>
More information about the U-Boot
mailing list