summaryrefslogtreecommitdiff
path: root/test/run
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2018-07-10 10:29:14 -0400
committerTom Rini <[email protected]>2018-07-10 10:29:14 -0400
commite3396ffd720877976141fa0b76a0b8ee9643d7d1 (patch)
tree7baee90ec8c5759a420f37a796b91fc77f69e7c7 /test/run
parent495c70f9dfad1a5428ec84b52e8667ea4760ecd6 (diff)
parent16b8d6b76992690c65c58dc8b0591496cc5e46ef (diff)
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'test/run')
-rwxr-xr-xtest/run7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/run b/test/run
index eb1563d13ed..d77a1c371b4 100755
--- a/test/run
+++ b/test/run
@@ -26,10 +26,13 @@ PYTHONPATH=${DTC_DIR}/pylibfdt DTC=${DTC_DIR}/dtc run_test ./tools/dtoc/dtoc -t
# This needs you to set up Python test coverage tools.
# To enable Python test coverage on Debian-type distributions (e.g. Ubuntu):
-# $ sudo apt-get install python-pip python-pytest
-# $ sudo pip install coverage
+# $ sudo apt-get install python-pytest python-coverage
PYTHONPATH=${DTC_DIR}/pylibfdt DTC=${DTC_DIR}/dtc run_test \
./tools/binman/binman -T
+PYTHONPATH=${DTC_DIR}/pylibfdt DTC=${DTC_DIR}/dtc run_test \
+ ./tools/dtoc/dtoc -T
+PYTHONPATH=${DTC_DIR}/pylibfdt DTC=${DTC_DIR}/dtc run_test \
+ ./tools/dtoc/test_fdt -T
if [ $result == 0 ]; then
echo "Tests passed!"