diff options
author | Heinrich Schuchardt | 2021-01-18 20:24:02 +0100 |
---|---|---|
committer | Tom Rini | 2021-01-23 09:53:46 -0500 |
commit | ca6583d4e08934e1de66c9291ded516e962ae8de (patch) | |
tree | 81aa25d81deaa6ade2efbe29ddeba86f8d8b86b6 | |
parent | 948991f764593de53855d665eee29dc55e9f0030 (diff) |
doc: move test/README to HTML documentation
Move test/README to the 'Develop U-Boot' chapter of the HTML documentation.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | doc/develop/index.rst | 1 | ||||
-rw-r--r-- | doc/develop/testing.rst (renamed from test/README) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/doc/develop/index.rst b/doc/develop/index.rst index b108df8e1b5..ed2e73bf562 100644 --- a/doc/develop/index.rst +++ b/doc/develop/index.rst @@ -29,3 +29,4 @@ Testing :maxdepth: 1 coccinelle + testing diff --git a/test/README b/doc/develop/testing.rst index 4bc9ca3a6ae..4bc9ca3a6ae 100644 --- a/test/README +++ b/doc/develop/testing.rst |