| #
029ab15a |
| 19-May-2017 |
Simon Glass <sjg@chromium.org> |
test: Update 'make test' to run more tests
The standard sandbox board cannot run the of-platdata test since it needs SPL. Also, we should test the flat tree version of sandbox.
Add these tests to t
test: Update 'make test' to run more tests
The standard sandbox board cannot run the of-platdata test since it needs SPL. Also, we should test the flat tree version of sandbox.
Add these tests to the default test script.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
07f4eadc |
| 03-Jul-2016 |
Simon Glass <sjg@chromium.org> |
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
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>
show more ...
|