Skip to content

Commit

Permalink
test: Update 'make test' to run more tests
Browse files Browse the repository at this point in the history
The standard sandbox board cannot run the of-platdata test since it needs
SPL. Also, we should test the flat tree version of sandbox.

Add these tests to the default test script.

Signed-off-by: Simon Glass <[email protected]>
  • Loading branch information
sjg20 committed Jun 1, 2017
1 parent 554c983 commit 029ab15
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/run
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#!/bin/sh

# Run all tests
# Run all tests that the standard sandbox build can support
./test/py/test.py --bd sandbox --build

# Run tests which require sandbox_spl
./test/py/test.py --bd sandbox_spl --build -k test/py/tests/test_ofplatdata.py

# Run tests for the flat DT version of sandbox
./test/py/test.py --bd sandbox_flattree --build

0 comments on commit 029ab15

Please sign in to comment.