107f4eadcSSimon Glass#!/bin/sh 207f4eadcSSimon Glass 3*029ab15aSSimon Glass# Run all tests that the standard sandbox build can support 407f4eadcSSimon Glass./test/py/test.py --bd sandbox --build 5*029ab15aSSimon Glass 6*029ab15aSSimon Glass# Run tests which require sandbox_spl 7*029ab15aSSimon Glass./test/py/test.py --bd sandbox_spl --build -k test/py/tests/test_ofplatdata.py 8*029ab15aSSimon Glass 9*029ab15aSSimon Glass# Run tests for the flat DT version of sandbox 10*029ab15aSSimon Glass./test/py/test.py --bd sandbox_flattree --build 11