diff options
author | Simon Glass | 2021-07-21 21:35:49 -0600 |
---|---|---|
committer | Simon Glass | 2021-08-01 09:05:24 -0600 |
commit | 2d754cea4c18f0200ff14c038fe4d3f206b684d9 (patch) | |
tree | da8ce42e3f70c6890b34a16024e1000be6223ae2 /doc/develop/index.rst | |
parent | a6123333aba1b587e39762da675a33bb0eb9ad94 (diff) |
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/index.rst')
-rw-r--r-- | doc/develop/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/index.rst b/doc/develop/index.rst index 54e14dd77b5..0ae440845f4 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 |