commit | e1b12e39452fba018e39c7d9005870ab80450b8c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Mar 07 17:35:16 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 12 09:57:31 2021 -0500 |
tree | a57ef74cb55c8e8fec78a949c82f34feedefbf0d | |
parent | 2e059e4a6ea075431942c51a48c682119b76bed2 [diff] |
test: sandbox: Move sandbox test docs into doc/develop At present some of the documentation about running sandbox tests is in the sandbox docs. It makes more sense to put it in with the other testing docs, with a link there from sandbox. Update the documentation accordingly. Also add a paragraph explaining why sandbox exists and the test philosophy that it uses. Signed-off-by: Simon Glass <sjg@chromium.org>