summaryrefslogtreecommitdiff
path: root/doc/develop/testing.rst
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-07-22 06:35:49 +0300
committerSimon Glass <sjg@chromium.org>2021-08-01 18:05:24 +0300
commit2d754cea4c18f0200ff14c038fe4d3f206b684d9 (patch)
treeda8ce42e3f70c6890b34a16024e1000be6223ae2 /doc/develop/testing.rst
parenta6123333aba1b587e39762da675a33bb0eb9ad94 (diff)
downloadu-boot-2d754cea4c18f0200ff14c038fe4d3f206b684d9.tar.xz
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>
Diffstat (limited to 'doc/develop/testing.rst')
-rw-r--r--doc/develop/testing.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/develop/testing.rst b/doc/develop/testing.rst
index ced13ac8bb..1abe4d7f0f 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.