From 2d754cea4c18f0200ff14c038fe4d3f206b684d9 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 21 Jul 2021 21:35:49 -0600 Subject: 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 --- doc/develop/testing.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/develop/testing.rst') 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. -- cgit v1.2.3