blob: b1649ee101509b94a3978e7b345032b5496661b3 [file] [log] [blame]
Simon Glass07f4ead2016-07-03 09:40:34 -06001#!/bin/sh
2
Simon Glass029ab152017-05-18 20:09:25 -06003# Run all tests that the standard sandbox build can support
Simon Glass07f4ead2016-07-03 09:40:34 -06004./test/py/test.py --bd sandbox --build
Simon Glass029ab152017-05-18 20:09:25 -06005
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