From 07f4eadc99b365fa92114f19c02218ff39c45ed9 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 3 Jul 2016 09:40:34 -0600 Subject: 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 Reviewed-by: Teddy Reed --- test/run | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 test/run (limited to 'test/run') diff --git a/test/run b/test/run new file mode 100755 index 0000000000..a6dcf8f44f --- /dev/null +++ b/test/run @@ -0,0 +1,4 @@ +#!/bin/sh + +# Run all tests +./test/py/test.py --bd sandbox --build -- cgit v1.2.3