xref: /OK3568_Linux_fs/u-boot/test/run (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun#!/bin/sh
2*4882a593Smuzhiyun
3*4882a593Smuzhiyun# Run all tests that the standard sandbox build can support
4*4882a593Smuzhiyun./test/py/test.py --bd sandbox --build
5*4882a593Smuzhiyun
6*4882a593Smuzhiyun# Run tests which require sandbox_spl
7*4882a593Smuzhiyun./test/py/test.py --bd sandbox_spl --build -k test/py/tests/test_ofplatdata.py
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun# Run tests for the flat DT version of sandbox
10*4882a593Smuzhiyun./test/py/test.py --bd sandbox_flattree --build
11