| #
630dfede |
| 09-Jun-2017 |
Heiko Schocher <hs@denx.de> |
tools/tbot: update README
refer in the README to tbots webpage, and delete the README in tools/tbot, as the latest documentation for tbot is on this webpage.
Signed-off-by: Heiko Schocher <hs@denx.
tools/tbot: update README
refer in the README to tbots webpage, and delete the README in tools/tbot, as the latest documentation for tbot is on this webpage.
Signed-off-by: Heiko Schocher <hs@denx.de>
show more ...
|
| #
bcbd0c8f |
| 31-Jul-2016 |
Simon Glass <sjg@chromium.org> |
test: Fix typos and tidy up
Fix review comments that were missed at the time. Also explain why we need to regenerate the device tree for each test.
Reported-by: Teddy Reed <teddy.reed@gmail.com> Su
test: Fix typos and tidy up
Fix review comments that were missed at the time. Also explain why we need to regenerate the device tree for each test.
Reported-by: Teddy Reed <teddy.reed@gmail.com> Suggested-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Simon Glass <sjg@chromium.org> Fixes: f6349c3c (test: Add a README)
show more ...
|
| #
8729d582 |
| 03-Jul-2016 |
Simon Glass <sjg@chromium.org> |
test: Convert the vboot test to test/py
Now that we have a suitable test framework we should move all tests into it. The vboot test is a suitable candidate. Rewrite it in Python and move the data fi
test: Convert the vboot test to test/py
Now that we have a suitable test framework we should move all tests into it. The vboot test is a suitable candidate. Rewrite it in Python and move the data files into an appropriate directory.
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 ...
|
| #
f6349c3c |
| 03-Jul-2016 |
Simon Glass <sjg@chromium.org> |
test: Add a README
Add a few notes about how testing works in U-Boot.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Teddy Reed <teddy.reed@gmail.com>
|