]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: Create an intro section for testing
authorSimon Glass <sjg@chromium.org>
Thu, 22 Jul 2021 03:35:49 +0000 (21:35 -0600)
committerSimon Glass <sjg@chromium.org>
Sun, 1 Aug 2021 15:05:24 +0000 (09:05 -0600)
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>
doc/develop/index.rst
doc/develop/testing.rst

index 54e14dd77b5e6c069ab40815fd17d670952d7776..0ae440845f40c712c20e727cb06815e20d910931 100644 (file)
@@ -41,8 +41,8 @@ Testing
 .. toctree::
    :maxdepth: 1
 
-   coccinelle
    testing
+   coccinelle
    py_testing
    tests_writing
    tests_sandbox
index ced13ac8bb468858f4ca7047eca45e094bf3ba10..1abe4d7f0f0e9c54aa179b238dc0e97edd7e796c 100644 (file)
@@ -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.