diff options
| author | Tom Rini <[email protected]> | 2018-07-10 10:29:14 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-07-10 10:29:14 -0400 |
| commit | e3396ffd720877976141fa0b76a0b8ee9643d7d1 (patch) | |
| tree | 7baee90ec8c5759a420f37a796b91fc77f69e7c7 /test/run | |
| parent | 495c70f9dfad1a5428ec84b52e8667ea4760ecd6 (diff) | |
| parent | 16b8d6b76992690c65c58dc8b0591496cc5e46ef (diff) | |
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'test/run')
| -rwxr-xr-x | test/run | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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!" |
