commit | 8ab6cc3bec53b4b65c11baacbdc22bcc3c596c46 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 03 09:40:34 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 14 18:22:32 2016 -0400 |
tree | bdd5536eb6d17cd19227c9b2fbc7290880a00f0d | |
parent | d8e36350e41a327ed4112b5efcf6583bdf601b8d [diff] |
test: Add a simple script to run tests on sandbox A common check before sending patches is to run all available tests on sandbox. But everytime I do this I have to look up the README. This presents quite a barrier to actually doing this. Add a shell script to help. To run the tests, type: test/run in the U-Boot directory, which should be easy to remember. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Teddy Reed <teddy.reed@gmail.com>