]> git.ipfire.org Git - people/ms/u-boot.git/blame - test/run
arcv2: Set IOC aperture so it covers available DDR
[people/ms/u-boot.git] / test / run
CommitLineData
07f4eadc
SG
1#!/bin/sh
2
029ab15a 3# Run all tests that the standard sandbox build can support
07f4eadc 4./test/py/test.py --bd sandbox --build
029ab15a
SG
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