From: Simon Glass Date: Thu, 22 Jul 2021 03:35:49 +0000 (-0600) Subject: doc: Create an intro section for testing X-Git-Tag: v2021.10~73^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d754cea4c18f0200ff14c038fe4d3f206b684d9;p=platform%2Fkernel%2Fu-boot.git 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 Reviewed-by: Heinrich Schuchardt --- diff --git a/doc/develop/index.rst b/doc/develop/index.rst index 54e14dd..0ae4408 100644 --- a/doc/develop/index.rst +++ b/doc/develop/index.rst @@ -41,8 +41,8 @@ Testing .. toctree:: :maxdepth: 1 - coccinelle testing + coccinelle py_testing tests_writing tests_sandbox diff --git a/doc/develop/testing.rst b/doc/develop/testing.rst index ced13ac..1abe4d7 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.