On Mon, 18 Jan 2021 at 12:24, Heinrich Schuchardt <xypron.g...@gmx.de> wrote: > > Move test/README to the 'Develop U-Boot' chapter of the HTML documentation. > > Signed-off-by: Heinrich Schuchardt <xypron.g...@gmx.de> > --- > doc/develop/index.rst | 1 + > doc/develop/testing.rst | 96 +++++++++++++++++++++++++++++++++++++++++ > test/README | 96 ----------------------------------------- > 3 files changed, 97 insertions(+), 96 deletions(-) > create mode 100644 doc/develop/testing.rst > delete mode 100644 test/README
Reviewed-by: Simon Glass <s...@chromium.org>