summaryrefslogtreecommitdiff
path: root/doc/develop/tests_sandbox.rst
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2021-03-07 17:35:17 -0700
committerTom Rini <[email protected]>2021-03-12 09:57:31 -0500
commitfc3283314539d6c3fb577359f6cb364c19c13726 (patch)
tree8b8b53585fd9bc655f32eba141f3c2d25d21d882 /doc/develop/tests_sandbox.rst
parente1b12e39452fba018e39c7d9005870ab80450b8c (diff)
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 <[email protected]>
Diffstat (limited to 'doc/develop/tests_sandbox.rst')
-rw-r--r--doc/develop/tests_sandbox.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/develop/tests_sandbox.rst b/doc/develop/tests_sandbox.rst
index dd15692f656..84608dcb840 100644
--- a/doc/develop/tests_sandbox.rst
+++ b/doc/develop/tests_sandbox.rst
@@ -200,3 +200,10 @@ linker_list::
000000000001f240 D _u_boot_list_2_dm_test_2_dm_test_of_plat_parent
000000000001f260 D _u_boot_list_2_dm_test_2_dm_test_of_plat_phandle
000000000001f280 D _u_boot_list_2_dm_test_2_dm_test_of_plat_props
+
+
+Writing tests
+-------------
+
+See :doc:`tests_writing` for how to write new tests.
+