]> git.dujemihanovic.xyz Git - u-boot.git/commit
doc: Explain briefly how to write new tests
authorSimon Glass <sjg@chromium.org>
Mon, 8 Mar 2021 00:35:17 +0000 (17:35 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 12 Mar 2021 14:57:31 +0000 (09:57 -0500)
commitfc3283314539d6c3fb577359f6cb364c19c13726
tree8b8b53585fd9bc655f32eba141f3c2d25d21d882
parente1b12e39452fba018e39c7d9005870ab80450b8c
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>
doc/develop/index.rst
doc/develop/py_testing.rst
doc/develop/testing.rst
doc/develop/tests_sandbox.rst
doc/develop/tests_writing.rst [new file with mode: 0644]