summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/run3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/run b/test/run
index 56160977a3..a12ea31bf2 100755
--- a/test/run
+++ b/test/run
@@ -17,6 +17,9 @@ run_test ./test/py/test.py --bd sandbox_spl --build -k \
# Run tests for the flat DT version of sandbox
./test/py/test.py --bd sandbox_flattree --build
+PYTHONPATH=build-sandbox_spl/scripts/dtc/pylibfdt run_test \
+ ./tools/binman/binman -t
+
if [ $result == 0 ]; then
echo "Tests passed!"
else