[U-Boot] [PATCH v2 5/7] test: Run dtoc tests
Simon Glass
sjg at chromium.org
Mon Nov 27 03:25:59 UTC 2017
Update the test script to run the dtoc tests also.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2:
- Adjust PYTHONPATH for new locations
test/run | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/run b/test/run
index a53383bb8e8..af1219fdda9 100755
--- a/test/run
+++ b/test/run
@@ -21,6 +21,7 @@ PYTHONPATH=build-sandbox_spl/scripts/dtc/pylibfdt run_test \
./tools/binman/binman -t
run_test ./tools/patman/patman --test
run_test ./tools/buildman/buildman -t
+PYTHONPATH=build-sandbox_spl/scripts/dtc/pylibfdt run_test ./tools/dtoc/dtoc -t
if [ $result == 0 ]; then
echo "Tests passed!"
--
2.15.0.417.g466bffb3ac-goog
More information about the U-Boot
mailing list