]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - test/run
dm: power: Convert as3722 to driver model
[people/ms/u-boot.git] / test / run
index a6dcf8f44fcfbda238355d82f7fbb142a66b4833..b1649ee101509b94a3978e7b345032b5496661b3 100755 (executable)
--- 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