소스 검색

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>
Simon Glass 2 년 전
부모
커밋
2d754cea4c
2개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      doc/develop/index.rst
  2. 4 2
      doc/develop/testing.rst

+ 1 - 1
doc/develop/index.rst

@@ -41,8 +41,8 @@ Testing
 .. toctree::
    :maxdepth: 1
 
-   coccinelle
    testing
+   coccinelle
    py_testing
    tests_writing
    tests_sandbox

+ 4 - 2
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.