summaryrefslogtreecommitdiffstats
path: root/doc/develop/testing.rst
Commit message (Collapse)AuthorAgeFilesLines
* doc: Explain briefly how to write new testsSimon Glass2021-03-121-0/+2
| | | | | | | | Add a second on writing tests, covering when to use Python and C, where to put the tests, etc. Add a link to the existing Python test documentation. Signed-off-by: Simon Glass <sjg@chromium.org>
* doc: Document how sandbox_spl_tests are runSimon Glass2021-03-121-0/+5
| | | | | | | Add a few notes about the sandbox_spl tests, since they are special. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Pratyush Yadav <p.yadav@ti.com>
* doc: Explain how to run tests without pytestSimon Glass2021-03-121-0/+9
| | | | | | | | | Add details about how to run a sandbox test directly, without using pytest. This is more convenient for rapid development, since it is faster and allows easier use of a debugger. Also mention sandbox_flattree as an example of the different sandbox builds available. Signed-off-by: Simon Glass <sjg@chromium.org>
* doc: Document make tcheckSimon Glass2021-03-121-1/+11
| | | | | | | | Add a comment about this option in the documentation. Also mention the script that runs these combinations. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* doc: Tidy up testing sectionSimon Glass2021-03-121-8/+12
| | | | | | | Tweak this so the output looks a little better. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* doc: move test/README to HTML documentationHeinrich Schuchardt2021-01-231-0/+96
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>