]> git.sur5r.net Git - u-boot/blobdiff - test/run
dm: mmc: sunxi: Add A10/A20 compatible strings
[u-boot] / test / run
index 0b9188eaa8eebfc8619696ec1e3f60b317915826..d77a1c371b44bbc3a15c890c33c274374b77b961 100755 (executable)
--- a/test/run
+++ b/test/run
@@ -29,6 +29,10 @@ PYTHONPATH=${DTC_DIR}/pylibfdt DTC=${DTC_DIR}/dtc run_test ./tools/dtoc/dtoc -t
 #   $ 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!"