Simon Glass | 07f4ead | 2016-07-03 09:40:34 -0600 | [diff] [blame] | 1 | #!/bin/sh |
| 2 | |
Simon Glass | 029ab15 | 2017-05-18 20:09:25 -0600 | [diff] [blame] | 3 | # Run all tests that the standard sandbox build can support |
Simon Glass | 07f4ead | 2016-07-03 09:40:34 -0600 | [diff] [blame] | 4 | ./test/py/test.py --bd sandbox --build |
Simon Glass | 029ab15 | 2017-05-18 20:09:25 -0600 | [diff] [blame] | 5 | |
| 6 | # Run tests which require sandbox_spl |
| 7 | ./test/py/test.py --bd sandbox_spl --build -k test/py/tests/test_ofplatdata.py |
| 8 | |
| 9 | # Run tests for the flat DT version of sandbox |
| 10 | ./test/py/test.py --bd sandbox_flattree --build |