]> git.ipfire.org Git - people/ms/u-boot.git/commit
test: Add a simple script to run tests on sandbox
authorSimon Glass <sjg@chromium.org>
Sun, 3 Jul 2016 15:40:34 +0000 (09:40 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 14 Jul 2016 22:22:32 +0000 (18:22 -0400)
commit07f4eadc99b365fa92114f19c02218ff39c45ed9
treebdd5536eb6d17cd19227c9b2fbc7290880a00f0d
parentf6349c3c4cd334148637c83bcfb6017b195102f5
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>
test/README
test/run [new file with mode: 0755]