X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=test%2Frun;h=b1649ee101509b94a3978e7b345032b5496661b3;hb=40c8d26a4dd94db490eeaeb2d028591e6fe40465;hp=a6dcf8f44fcfbda238355d82f7fbb142a66b4833;hpb=c6f086ddcbfb47918b82f6a135c61f432540da42;p=u-boot diff --git a/test/run b/test/run index a6dcf8f44f..b1649ee101 100755 --- a/test/run +++ b/test/run @@ -1,4 +1,10 @@ #!/bin/sh -# Run all tests +# Run all tests that the standard sandbox build can support ./test/py/test.py --bd sandbox --build + +# Run tests which require sandbox_spl +./test/py/test.py --bd sandbox_spl --build -k test/py/tests/test_ofplatdata.py + +# Run tests for the flat DT version of sandbox +./test/py/test.py --bd sandbox_flattree --build