From ca6583d4e08934e1de66c9291ded516e962ae8de Mon Sep 17 00:00:00 2001
From: Heinrich Schuchardt <xypron.glpk@gmx.de>
Date: Mon, 18 Jan 2021 20:24:02 +0100
Subject: [PATCH] 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>
---
 doc/develop/index.rst                  | 1 +
 test/README => doc/develop/testing.rst | 0
 2 files changed, 1 insertion(+)
 rename test/README => doc/develop/testing.rst (100%)

diff --git a/doc/develop/index.rst b/doc/develop/index.rst
index b108df8e1b..ed2e73bf56 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
similarity index 100%
rename from test/README
rename to doc/develop/testing.rst
-- 
2.39.5