u-boot-brain/doc/develop/index.rst
Simon Glass 4c8850aafc doc: Explain how to run tests without pytest
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>
2021-03-12 09:57:29 -05:00

37 lines
368 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_sandbox