summaryrefslogtreecommitdiff
path: root/doc/develop/index.rst
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-03-08 03:34:42 +0300
committerTom Rini <trini@konsulko.com>2021-03-12 17:57:29 +0300
commit4c8850aafc10d368cef575b31d1b931d3d2ca597 (patch)
tree14d823d1b29ea9fa6add2123d73512395904b3c9 /doc/develop/index.rst
parenta353e76da994820d67858adc64edcfe6a47f87ab (diff)
downloadu-boot-4c8850aafc10d368cef575b31d1b931d3d2ca597.tar.xz
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>
Diffstat (limited to 'doc/develop/index.rst')
-rw-r--r--doc/develop/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/develop/index.rst b/doc/develop/index.rst
index ac57fdb8f3..50b1de3bdf 100644
--- a/doc/develop/index.rst
+++ b/doc/develop/index.rst
@@ -33,3 +33,4 @@ Testing
coccinelle
testing
py_testing
+ tests_sandbox