pmic: pca9450: permit config on all bucks and LDOs
[platform/kernel/u-boot.git] / test / run
index de87e75..869406c 100755 (executable)
--- a/test/run
+++ b/test/run
@@ -28,7 +28,11 @@ fi
 
 # Run tests which require sandbox_spl
 run_test "sandbox_spl" ./test/py/test.py --bd sandbox_spl --build \
-               -k 'test_ofplatdata or test_handoff'
+               -k 'test_ofplatdata or test_handoff or test_spl'
+
+# Run the sane tests with sandbox_noinst (i.e. without OF_PLATDATA_INST)
+run_test "sandbox_spl" ./test/py/test.py --bd sandbox_noinst --build \
+               -k 'test_ofplatdata or test_handoff or test_spl'
 
 if [ -z "$tools_only" ]; then
        # Run tests for the flat-device-tree version of sandbox. This is a special