u-boot-brain/doc/develop/index.rst
Simon Glass fc32833145 doc: Explain briefly how to write new tests
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>
2021-03-12 09:57:31 -05:00

38 lines
385 B
ReStructuredText

.. SPDX-License-Identifier: GPL-2.0+
Develop U-Boot
==============
Implementation
--------------
.. toctree::
:maxdepth: 1
commands
global_data
logging
menus
version
Debugging
---------
.. toctree::
:maxdepth: 1
crash_dumps
trace
Testing
-------
.. toctree::
:maxdepth: 1
coccinelle
testing
py_testing
tests_writing
tests_sandbox